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/layout/stack.typ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/typ/layout/stack.typ') diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ index 7f434bd2..729d85fc 100644 --- a/tests/typ/layout/stack.typ +++ b/tests/typ/layout/stack.typ @@ -3,9 +3,9 @@ --- #let rect(width, fill) = rect(width: width, height: 1cm, fill: fill) #stack( - rect(2cm, rgb("2a631a")), - rect(3cm, forest), - rect(1cm, conifer), + rect(2cm, rgb("2a631a")), + rect(3cm, forest), + rect(1cm, conifer), ) --- @@ -13,6 +13,6 @@ #let rect(width, fill) = rect(width: 1cm, height: 0.4cm, fill: fill) #box(height: 0.5cm, stack( - rect(3cm, forest), - rect(1cm, conifer), + rect(3cm, forest), + rect(1cm, conifer), )) -- cgit v1.2.3