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/call.typ | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/typ/code/call.typ') diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ index 28ce860c..118382e4 100644 --- a/tests/typ/code/call.typ +++ b/tests/typ/code/call.typ @@ -25,8 +25,8 @@ // Test multiple wide calls in separate expressions inside a template. [ - #font!(fill: eastern) - First - #font!(fill: forest) - Second + #font!(fill: eastern) - First + #font!(fill: forest) - Second ] // Test wide call in heading. @@ -59,12 +59,12 @@ C // Callee expressions. { - // Wrapped in parens. - test((type)("hi"), "string") + // Wrapped in parens. + test((type)("hi"), "string") - // Call the return value of a function. - let adder(dx) = x => x + dx - test(adder(2)(5), 7) + // Call the return value of a function. + let adder(dx) = x => x + dx + test(adder(2)(5), 7) } --- -- cgit v1.2.3