style: run formatter

(cherry picked from commit 84af717ce7)
This commit is contained in:
Sven Vogel 2024-11-25 10:31:47 +01:00
parent fd57f39731
commit d6dcb8cc49
1 changed files with 42 additions and 39 deletions

View File

@ -200,7 +200,9 @@ SOFTWARE.*/
#block( #block(
below: 1.5em, below: 1.5em,
width: 100%, width: 100%,
par(hanging-indent: 1em, align(left)[ par(
hanging-indent: 1em,
align(left)[
#text(weight: "bold", entry.short) #text(weight: "bold", entry.short)
#if hasLong and hasDesc [ #if hasLong and hasDesc [
(#text(entry.long)) (#text(entry.long))
@ -239,7 +241,8 @@ SOFTWARE.*/
) )
.join(", ") .join(", ")
} }
]), ],
),
) )
] ]
} }