aboutsummaryrefslogtreecommitdiff
path: root/voerbak/test.py
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-11 18:03:11 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-11 18:03:11 +0200
commitdeb09e5c749e3353c927d7fe94bbd35f25ff85ee (patch)
tree702ba982530aa98a96ddece365a32be842dae3c2 /voerbak/test.py
parent28f104de9ae9abe4b42abafbf3865ede5687996c (diff)
dprint yapf continuation align style edit
Diffstat (limited to 'voerbak/test.py')
-rw-r--r--voerbak/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voerbak/test.py b/voerbak/test.py
index 6481817..430c24b 100644
--- a/voerbak/test.py
+++ b/voerbak/test.py
@@ -5,7 +5,7 @@ h = 6
column = 3
process = subprocess.Popen(
- ["./voerbak"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None
+ ["./voerbak"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None
)
process.stdin.write(bytearray(f"{w} {h}\n", "utf-8"))