Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Apr 1, 2024
1 parent ff61a71 commit 510dead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __mocks__/@react-native-community/netinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const defaultState = {
isInternetReachable: true,
details: {
isConnectionExpensive: true,
cellularGeneration:'3g',
cellularGeneration: '3g',
carrier: 'T-Mobile',
},
} as NetInfoState;
Expand Down

0 comments on commit 510dead

Please sign in to comment.