Skip to content

Commit cd44cdd

Browse files
authoredOct 25, 2021
style(test/types): make implicitly inserted semicolon explicit (#254)
1 parent cc0902a commit cd44cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/types/pino-pretty.test-d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const options2: PrettyOptions = {
5353
};
5454

5555
const pretty = prettyFactory(options);
56-
expectType<Prettifier>(pretty)
56+
expectType<Prettifier>(pretty);
5757

5858
expectType<Prettifier>(PinoPrettyNamed(options));
5959
expectType<Prettifier>(PinoPrettyDefault(options));

0 commit comments

Comments
 (0)
Please sign in to comment.