Skip to content

Commit f070cdb

Browse files
committed
biome:fix
1 parent cf260e7 commit f070cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/corpus-view.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ app.get('/', async (_req, res) => {
125125
try {
126126
const links = Object.entries(CORPUS)
127127
.map(([key, entry]) => {
128-
const description = entry.description ? `<div style="color: #666; font-size: 0.9em;">${entry.description}</div>` : ''
128+
const description = entry.description
129+
? `<div style="color: #666; font-size: 0.9em;">${entry.description}</div>`
130+
: ''
129131
return `
130132
<li>
131133
<div style="display: flex; justify-content: space-between; align-items: center;">

0 commit comments

Comments
 (0)