Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfirefist committed May 7, 2024
1 parent 94aa669 commit b6a7e90
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/fortuna/src/keeper.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use anyhow::{anyhow, Error};
use {
crate::{
api::{
Expand All @@ -14,7 +13,11 @@ use {
},
config::EthereumConfig,
},
anyhow::Result,
anyhow::{
anyhow,
Error,
Result,
},
ethers::{
contract::ContractError,
providers::{
Expand Down

0 comments on commit b6a7e90

Please sign in to comment.