Skip to content

Commit 1ef0e40

Browse files
committed
Format
1 parent 026ffcf commit 1ef0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39767,7 +39767,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
3976739767
Diagnostics.This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2,
3976839768
getTextOfNode(left),
3976939769
tokenToString(operator),
39770-
rhsEval.value % 32
39770+
rhsEval.value % 32,
3977139771
);
3977239772
}
3977339773
break;

0 commit comments

Comments
 (0)