Skip to content

Commit b8aacb9

Browse files
committed
style: apply prettier formatting
1 parent 82a51a0 commit b8aacb9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { SafeAreaProvider } from 'react-native-safe-area-context';
88
import { View, ActivityIndicator, Text, StyleSheet } from 'react-native';
99
import { FLUENT_USER_EMAIL } from '@env';
1010

11-
1211
const log = logger.create('App');
1312

1413
function App() {

src/services/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export function setUserSync(userId: string, userEmail: string) {
2424
kvStorage.setItemSync(KV_KEYS.USER_ID, userId);
2525
kvStorage.setItemSync(KV_KEYS.USER_EMAIL, userEmail);
2626
log.info('User stored in KV', { userId, userEmail });
27-
}
27+
}

0 commit comments

Comments
 (0)