add auto-fixed files

This commit is contained in:
Denys Vuika
2017-07-18 08:43:37 +01:00
committed by Eugenio Romano
parent a9142e2ca2
commit 914e2af98d
2 changed files with 2 additions and 2 deletions

View File

@@ -32,6 +32,6 @@ export class DebugAppConfigService extends AppConfigService {
return <T>(<any>this.storage.getItem(key) || super.get<T>(key));
}
return super.get<T>(key);
};
}
}