Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Jan 12, 2024
1 parent 450328c commit 8faff1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/HttpUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import type {RequestType} from '@src/types/onyx/Request';
import type Response from '@src/types/onyx/Response';
import * as UpdateRequired from './actions/UpdateRequired';
import * as NetworkActions from './actions/Network';
import * as UpdateRequired from './actions/UpdateRequired';
import * as ApiUtils from './ApiUtils';
import HttpsError from './Errors/HttpsError';

Expand Down
4 changes: 2 additions & 2 deletions src/libs/actions/UpdateRequired.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Onyx from 'react-native-onyx';
import ONYXKEYS from '@src/ONYXKEYS';
import getEnvironment from '@libs/Environment/getEnvironment';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';

function alertUser() {
// For now, we will pretty much never have to do this on a platform other than production.
Expand All @@ -18,5 +18,5 @@ function alertUser() {

export {
// eslint-disable-next-line import/prefer-default-export
alertUser
alertUser,
};

0 comments on commit 8faff1d

Please sign in to comment.