summaryrefslogtreecommitdiff
path: root/lab/sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab/sample.py')
-rw-r--r--lab/sample.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/lab/sample.py b/lab/sample.py
index cf4f6dcf..bb628484 100644
--- a/lab/sample.py
+++ b/lab/sample.py
@@ -1,5 +1,5 @@
-a, b = 1, 0
-if a or b or fn():
- # Hey
- a = 3
-d = 4 \ No newline at end of file
+a, b = 1, 0
+if a or b or fn():
+ # Hey
+ a = 3
+d = 4