Skip to content

Commit

Permalink
chore: add final empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Oct 11, 2024
1 parent 75f06eb commit a13f3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion literal_union.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ type ImageMimiTypes =
"image/webp";

let validValueWithMimeType: LiteralUnion<ImageMimiTypes> = 'image/bmp'; // this is valid and was suggested automatically
let validValueWithoutMimeType: LiteralUnion<ImageMimiTypes> = ''; // this is still valid
let validValueWithoutMimeType: LiteralUnion<ImageMimiTypes> = ''; // this is still valid

0 comments on commit a13f3b1

Please sign in to comment.