Skip to content

Commit 3a1b37a

Browse files
committed
sty: deno fmt [ignore-rev]
1 parent d798ffc commit 3a1b37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/expressionLanguage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const expressionFunctions = {
9292
},
9393
unique: <T>(list: T[]): T[] | null => {
9494
if (list !== null) {
95-
return [...new Set(list)]
95+
return [...new Set(list)]
9696
}
9797
return null
9898
},

0 commit comments

Comments
 (0)