add auto-fixed files

This commit is contained in:
Denys Vuika
2017-08-01 11:25:32 +01:00
committed by Eugenio Romano
parent a9142e2ca2
commit 914e2af98d
2 changed files with 2 additions and 2 deletions
@@ -117,5 +117,5 @@ export class LoginDemoComponent implements OnInit {
this.providers = '';
return this.providers;
};
}
}
@@ -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);
};
}
}