diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-07 10:46:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-07 10:46:55 +0100 |
| commit | af014cfe5eea4233d8034c79c1a5f898c972396c (patch) | |
| tree | 3345554e62d3f1696006fdb42296be5c744fbf77 /tests | |
| parent | 5fd9c0b0d7b519802d56dd04cb61340c11014cb1 (diff) | |
Tidy up styling
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/style/set-site.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/style/set-site.typ b/tests/typ/style/set-site.typ index 0a00e199..b5464aeb 100644 --- a/tests/typ/style/set-site.typ +++ b/tests/typ/style/set-site.typ @@ -12,8 +12,7 @@ Hello *{x}* #let fruit = [ - Apple - Orange - #set list(body-indent: 10pt) - - Pear + #list(body-indent: 10pt, [Pear]) ] - Fruit |
