From 04f0f5077a3567043f202c7caa9a3c40ad798637 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Dec 2019 23:30:35 +0100 Subject: Reformat with tsfmt --- editors/code/src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/code/src/config.ts') diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 2bd276958..e323110a4 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -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], )) -- cgit v1.2.3