Skip to content

Commit e6b42fd

Browse files
style: lint
1 parent 1e8d30a commit e6b42fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/common/src/utilities/browser/storage/local-storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable, Optional } from '@angular/core';
2-
import { AbstractStorage, ScopedStorageConfiguration } from './abstract-storage';
32
import { Observable } from 'rxjs';
3+
import { AbstractStorage, ScopedStorageConfiguration } from './abstract-storage';
44

55
@Injectable({ providedIn: 'root' })
66
export class LocalStorage extends AbstractStorage {

0 commit comments

Comments
 (0)