Skip to content

Commit

Permalink
Remove extra newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Oct 1, 2024
1 parent 3887f76 commit 808a7e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new-log-viewer/src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
handleMainWorkerResp,
]);


const loadPageByAction = useCallback((navAction: NavigationAction) => {
if (null === mainWorkerRef.current) {
console.error("Unexpected null mainWorkerRef.current");
Expand Down

0 comments on commit 808a7e1

Please sign in to comment.