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