Skip to content

Commit 583529d

Browse files
committed
fix: remove unneeded blank space in #eg function
1 parent 1ab8044 commit 583529d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/thesis/imports/workarounds.typ

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
}
5656

5757
#let eg = content => {
58-
[
59-
(e.g., #content)
60-
]
58+
[(e.g., #content)]
6159
}
6260

6361
#show "LaTeX": LaTeX

0 commit comments

Comments
 (0)