Skip to content

Commit

Permalink
test(libs-credentials): prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waddaboo committed Jul 4, 2024
1 parent d0bb60b commit 24df00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/credentials/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BigNumber } from "ethers"
import blockchainBalance from "./validators/blockchainBalance"
import blockchainTransactions from "./validators/blockchainTransactions"
import githubPersonalStars from "./validators/githubPersonalStars"
import githubFollowers from "./validators/githubFollowers"
import githubFollowers from "./validators/githubFollowers"
import addProvider from "./addProvider"
import addProviders from "./addProviders"
import addValidator from "./addValidator"
Expand Down

0 comments on commit 24df00b

Please sign in to comment.