Skip to content

Commit

Permalink
Removed Additional white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Symplexia Labs committed May 7, 2023
1 parent ea16479 commit 8f5afbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,8 @@ export function getSortedChainsArray(
getPrimarySortKey(a) > getPrimarySortKey(b)
? 1
: getPrimarySortKey(b) > getPrimarySortKey(a)
? -1
: 0
? -1
: 0
);

const sortedChains = etherumChains.concat(otherChains);
Expand Down

0 comments on commit 8f5afbe

Please sign in to comment.