Skip to content

Commit ea70a8a

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent cd255da commit ea70a8a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages-exp/auth-exp/src/core/persistence/browser.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { Persistence, PersistenceType, PersistenceValue, STORAGE_AVAILABLE_KEY } from './';
18+
import {
19+
Persistence,
20+
PersistenceType,
21+
PersistenceValue,
22+
STORAGE_AVAILABLE_KEY
23+
} from './';
1924

2025
class BrowserPersistence implements Persistence {
2126
type: PersistenceType = PersistenceType.LOCAL;

packages-exp/auth-exp/src/core/persistence/indexed_db.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
*/
1717

1818
import {
19-
PersistedBlob, Persistence, PersistenceType, PersistenceValue, STORAGE_AVAILABLE_KEY
19+
PersistedBlob,
20+
Persistence,
21+
PersistenceType,
22+
PersistenceValue,
23+
STORAGE_AVAILABLE_KEY
2024
} from './';
2125

2226
export const DB_NAME = 'firebaseLocalStorageDb';

0 commit comments

Comments
 (0)