Reformat with tsfmt

This commit is contained in:
Aleksey Kladov 2019-12-30 23:30:35 +01:00
parent 323ad13c8a
commit 04f0f5077a
5 changed files with 34 additions and 33 deletions

View file

@ -171,9 +171,9 @@ export class Config {
(this.cargoFeatures.allFeatures !==
this.prevCargoFeatures.allFeatures ||
this.cargoFeatures.noDefaultFeatures !==
this.prevCargoFeatures.noDefaultFeatures ||
this.prevCargoFeatures.noDefaultFeatures ||
this.cargoFeatures.features.length !==
this.prevCargoFeatures.features.length ||
this.prevCargoFeatures.features.length ||
this.cargoFeatures.features.some(
(v, i) => v !== this.prevCargoFeatures!.features[i],
))