Skip to content

Commit 4fe55fb

Browse files
🤖 dprint fmt
1 parent f16051d commit 4fe55fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/luxon/test/luxon-tests.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DateTime.isDateTime(0 as unknown); // $ExpectType boolean
3333
DateTime.parseFormatForOpts(DateTime.DATETIME_FULL); // $ExpectType string | null
3434
DateTime.expandFormat("d", { locale: "en-US" }); // $ExpectType string
3535
const parser = DateTime.buildFormatParser("dd/MM/yyyy", { locale: "en-US" });
36-
DateTime.fromFormatParser("22/11/1948", parser)
36+
DateTime.fromFormatParser("22/11/1948", parser);
3737
// @ts-expect-error
3838
new DateTime();
3939

0 commit comments

Comments
 (0)