mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
Fix whitespace issue in codefix file
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace ts.codefix {
|
||||
const fixId = "addMissingConstInForLoop";
|
||||
const errorCodes = [
|
||||
Diagnostics.Cannot_find_name_0.code,
|
||||
Diagnostics.Cannot_find_name_0.code,
|
||||
Diagnostics.No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer.code
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user