From 3974ce7c4f0623cef3fcf0abf95d8be6a54d3b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 7 Mar 2021 17:47:08 +0100 Subject: auto indent the tests --- progs/tests/auto/blob_complex.sy | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'progs/tests/auto/blob_complex.sy') diff --git a/progs/tests/auto/blob_complex.sy b/progs/tests/auto/blob_complex.sy index d40082f..b139a3a 100644 --- a/progs/tests/auto/blob_complex.sy +++ b/progs/tests/auto/blob_complex.sy @@ -1,19 +1,19 @@ start :: fn { -a := A() -b := B() -c := C() -b2 := B() + a := A() + b := B() + c := C() + b2 := B() -a -b -c -b2 + a + b + c + b2 -blob A { - c: C -} -blob C { } -blob B { } + blob A { + c: C + } + blob C { } + blob B { } } -- cgit v1.2.1