From b1324e9a537266ca83bb18ef48fb272134134e92 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 22 Mar 2023 12:12:27 +0100 Subject: protoboard: small formatting fix --- gerbolyze/protoboard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gerbolyze/protoboard.py b/gerbolyze/protoboard.py index 42bfb9d..c9c8d00 100644 --- a/gerbolyze/protoboard.py +++ b/gerbolyze/protoboard.py @@ -54,9 +54,9 @@ class ManhattanPattern(Pattern): def content(self): return textwrap.dedent(''' - - - + + + '''.strip()) -- cgit