Skip to content

Commit 70afb84

Browse files
committed
Format
1 parent 5f98142 commit 70afb84

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
@@ -39846,7 +39846,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
3984639846
Diagnostics.This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2,
3984739847
getTextOfNode(left),
3984839848
tokenToString(operator),
39849-
rhsEval.value % 32
39849+
rhsEval.value % 32,
3985039850
);
3985139851
}
3985239852
break;

0 commit comments

Comments
 (0)