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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user