Skip to content

Commit

Permalink
chore: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 30, 2024
1 parent 806c88f commit a0dc19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/format.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {toHexString} from "./bytes.js";
import { ETH_TO_WEI } from "./ethConversion.js";
import {ETH_TO_WEI} from "./ethConversion.js";

/**
* Format bytes as `0x1234…1234`
Expand Down

0 comments on commit a0dc19f

Please sign in to comment.