Skip to content

Commit ee3fdda

Browse files
committed
add newlines at the end
1 parent de73432 commit ee3fdda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ type FlagCombosGenerator<F extends {[k:string]: boolean}> = ValueOf<{[f in Strin
115115

116116
/** sorts the flag alphabetically */
117117
export type SortRegExpFlags<FlagCombo extends RegExpFlagCombos> = `${IfIn<FlagCombo,"d","d","">}${IfIn<FlagCombo,"g","g","">}${IfIn<FlagCombo,"i","i","">}${IfIn<FlagCombo,"m","m","">}${IfIn<FlagCombo,"u","u","">}${IfIn<FlagCombo,"y","y","">}`;
118-
// IDEA generall sort based on alphabet
118+
// IDEA generall sort based on alphabet

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"exclude": [
2626
"./build/**/*"
2727
]
28-
}
28+
}

0 commit comments

Comments
 (0)