From c381a5c31bf3eae16572d57ce77c51723db12d13 Mon Sep 17 00:00:00 2001 From: overkill <22098433+0verk1ll@users.noreply.github.com> Date: Sun, 21 Mar 2021 14:28:46 -0400 Subject: [PATCH] Make Indentation Consistent I added two more spaces to make my indentation consistent. --- src/calibre/gui2/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/ui.py b/src/calibre/gui2/ui.py index 1efdfcd5da..d992f9e1cc 100644 --- a/src/calibre/gui2/ui.py +++ b/src/calibre/gui2/ui.py @@ -18,7 +18,7 @@ import sys import textwrap import time from collections import ( - OrderedDict, deque + OrderedDict, deque ) from io import BytesIO from qt.core import (