Skip to content

Commit e0a685d

Browse files
committed
Fix whitespace issue in codefix file
1 parent e395e49 commit e0a685d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/codefixes/addMissingConstInForLoop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace ts.codefix {
33
const fixId = "addMissingConstInForLoop";
44
const errorCodes = [
5-
Diagnostics.Cannot_find_name_0.code,
5+
Diagnostics.Cannot_find_name_0.code,
66
Diagnostics.No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer.code
77
];
88

0 commit comments

Comments
 (0)