From e35fca54a0c5b3cd5251a58837e9c1ef2b6c3c6d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 30 Jul 2021 18:37:04 +0200 Subject: Change indent from 4 to 2 spaces --- tests/typ/code/import.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/import.typ') diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ index 93d4d168..26a3404c 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -17,8 +17,8 @@ // Code mode { - import b from "target.typ" - test(b, 1) + import b from "target.typ" + test(b, 1) } #test(b, 1) -- cgit v1.2.3