extra couple of indentation spaces
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Dec 2023 18:29:43 +0000 (18:29 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 6 Dec 2023 18:29:43 +0000 (18:29 +0000)
src/budget_sync/main.py

index d01a09cbe2cfba6dbfa0f7a75144bba4bbeedf3f..d2828fba0379b03d6ef545ff012582987693f051 100644 (file)
@@ -131,7 +131,7 @@ def print_budget_then_children(f, indent, nodes, bug_id, detail=False):
                descr
                )), file=f)
     if detail:
-        print(spc("           %s |      (%s)<br>" %
+        print(spc("           %s |        (%s)<br>" %
                   (' |   ' * indent,
                    bug.bug.summary[:40]
                   )), file=f)