Minor code cleanup

This commit is contained in:
Greg Shuflin 2023-07-04 01:41:26 -07:00
parent 4abc5262c6
commit f621f17f19
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -94,15 +94,13 @@
if numbering { if numbering {
gloss_count.step() gloss_count.step()
} }
let gloss_number = if numbering { let gloss_number = if numbering {
[(#gloss_count.display())] [(#gloss_count.display())]
} else { } else {
none none
} }
//[#gloss_number #pad(left: 1em)[#gloss_items]]
style(styles => { style(styles => {
block(breakable: breakable)[ block(breakable: breakable)[
#stack( #stack(