summaryrefslogtreecommitdiff
path: root/tests/typ/code/include.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-07-30 18:37:04 +0200
committerLaurenz <laurmaedje@gmail.com>2021-07-30 18:49:20 +0200
commite35fca54a0c5b3cd5251a58837e9c1ef2b6c3c6d (patch)
tree21afd717101000209cd35d07df8034864f29c41f /tests/typ/code/include.typ
parent1ee1d078e2480ddd08d40915bc7a74a8352acff0 (diff)
Change indent from 4 to 2 spaces
Diffstat (limited to 'tests/typ/code/include.typ')
-rw-r--r--tests/typ/code/include.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ
index 0d1abc08..8a9d0a30 100644
--- a/tests/typ/code/include.typ
+++ b/tests/typ/code/include.typ
@@ -14,8 +14,8 @@
---
{
- // Error: 21-43 file not found
- let x = include "importable/chap3.typ"
+ // Error: 19-41 file not found
+ let x = include "importable/chap3.typ"
}
---