Skip to content

Commit aa82a8f

Browse files
JKRhbquachpas
authored andcommitted
Fix small whitespace issues
1 parent 9bac108 commit aa82a8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

themes/default.typ

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@
681681
artshort = user-capitalize(artshort)
682682
}
683683

684-
685684
// Conditions
686685
let is-first = is-first(entry.at(KEY))
687686
let has-short = has-short(entry)
@@ -739,7 +738,7 @@
739738
}
740739
} else if (is-first or long == true) and has-long {
741740
// 3 & 4. long (short+suffix) (first or long requested, and has long form)
742-
if has-short {
741+
if has-short {
743742
[#elong (#eshort)]
744743
} else {
745744
[#elong]

0 commit comments

Comments
 (0)