Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinoz committed Jul 29, 2024
1 parent 7d5e93b commit 6065516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Parser.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// eslint-disable-next-line no-restricted-imports
import {ExpensiMark} from 'expensify-common';
import Onyx from 'react-native-onyx';
import {getEffectiveDisplayName} from './PersonalDetailsUtils';
import ONYXKEYS from '@src/ONYXKEYS';
import * as Localize from './Localize';
import Log from './Log';
import {getEffectiveDisplayName} from './PersonalDetailsUtils';
import * as ReportConnection from './ReportConnection';

const accountIDToNameMap: Record<string, string> = {};
Expand Down

0 comments on commit 6065516

Please sign in to comment.