aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/data/target.py
diff options
context:
space:
mode:
authorJ08nY2021-01-20 02:33:45 +0100
committerJ08nY2021-01-20 02:33:45 +0100
commitadc3cd52147f35e0a7cc9008ac96619dd89cda48 (patch)
tree5d192ca410c844642c4e6583da64b0189dcfb5cb /test/data/target.py
parent7b9d67964807df4a7dd5de9e63f8ebf21a93850f (diff)
downloadpyecsca-adc3cd52147f35e0a7cc9008ac96619dd89cda48.tar.gz
pyecsca-adc3cd52147f35e0a7cc9008ac96619dd89cda48.tar.zst
pyecsca-adc3cd52147f35e0a7cc9008ac96619dd89cda48.zip
Fix codestyle and typing issues in tests.
Diffstat (limited to 'test/data/target.py')
-rwxr-xr-xtest/data/target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/target.py b/test/data/target.py
index 9e6e0e0..72fc463 100755
--- a/test/data/target.py
+++ b/test/data/target.py
@@ -15,4 +15,4 @@ if __name__ == "__main__":
stdout.write(c)
stdout.write("\n")
elif char == "x":
- break \ No newline at end of file
+ break