aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/field_assign.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/field_assign.sy')
-rw-r--r--progs/tests/auto/field_assign.sy6
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/tests/auto/field_assign.sy b/progs/tests/auto/field_assign.sy
index 93837ea..4fb6dd4 100644
--- a/progs/tests/auto/field_assign.sy
+++ b/progs/tests/auto/field_assign.sy
@@ -1,5 +1,5 @@
start :: fn {
-blob A { a: int }
- a := A()
- a.a = 2
+ blob A { a: int }
+ a := A()
+ a.a = 2
}