Skip to content

Commit 9945901

Browse files
committed
format
1 parent c710b96 commit 9945901

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/cases/compiler/enumMemberReduction.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ export function fn4(optionalEnum?: MyEnum) {
2727
}
2828

2929
export function fn5(optionalEnum?: MyStringEnum) {
30-
return optionalEnum || MyStringEnum.B;
31-
}
32-
30+
return optionalEnum || MyStringEnum.B;
31+
}

0 commit comments

Comments
 (0)