Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
HezekielT committed Feb 16, 2024
1 parent 108a9b3 commit 0b778c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import * as Device from '@userActions/Device';
import exposeGlobalMemoryOnlyKeysMethods from '@userActions/MemoryOnlyKeys/exposeGlobalMemoryOnlyKeysMethods';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import platformSetup from './platformSetup';
import initializeLastVisitedPath from './initializeLastVisitedPath';
import platformSetup from './platformSetup';

export default function () {
/*
Expand Down
2 changes: 1 addition & 1 deletion src/setup/initializeLastVisitedPath/index.native.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default function (): string {
return '';
}
}
2 changes: 1 addition & 1 deletion src/setup/initializeLastVisitedPath/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default function (): undefined {};
export default function (): undefined {}

0 comments on commit 0b778c0

Please sign in to comment.