1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

a few formatting updates

This commit is contained in:
Kyle Spearrin
2017-10-28 22:39:38 -04:00
parent 8a895c8da4
commit 141dfa2dc7
2 changed files with 5 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
class StateService {
class StateService {
private state: any = {};
constructor (private utilsService: any, private constantsService: any) {
constructor(private utilsService: any, private constantsService: any) {
}
async init() {