Fix whitespace issue in codefix file

This commit is contained in:
Florian Regensburger 2019-05-09 01:34:21 +02:00
parent e395e49a8f
commit e0a685da4f

View file

@ -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
];