mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-18 03:43:28 -06:00
Fix whitespace issue in codefix file
This commit is contained in:
parent
e395e49a8f
commit
e0a685da4f
@ -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
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user