aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/compare_constants_equality.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/compare_constants_equality.sy')
-rw-r--r--progs/tests/auto/compare_constants_equality.sy6
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/tests/auto/compare_constants_equality.sy b/progs/tests/auto/compare_constants_equality.sy
index c8c399b..e8f64ed 100644
--- a/progs/tests/auto/compare_constants_equality.sy
+++ b/progs/tests/auto/compare_constants_equality.sy
@@ -1,5 +1,5 @@
start :: fn {
-if 1 == 2 {
- <!>
- }
+ if 1 == 2 {
+ <!>
+ }
}