From 99e1c0ef8bcc18623522f3a01b2d72e4bf73639d Mon Sep 17 00:00:00 2001 From: "Christopher T. Johnson" Date: Fri, 17 Nov 2023 16:22:53 -0500 Subject: [PATCH] Formatting --- lib/read.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/read.py b/lib/read.py index ff5035d..e3bdcea 100644 --- a/lib/read.py +++ b/lib/read.py @@ -221,7 +221,8 @@ class EditDialog(QDialog, Ui_Dialog): path.lineTo(0, 0) painter.translate(1.0, c_pt.y()) painter.fillPath(path, brush) - + return + @pyqtSlot() def nextParaAction(self) -> None: self.block += 1