Skip to content

Commit

Permalink
fix: fmt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Apr 16, 2024
1 parent 643ba5f commit e8491d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability-oracle/src/ipfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl Ipfs for IpfsImpl {
Ok(res) => return Ok(res),
Err(e) => {
last_err = Some(e);
},
}
}
}
Err(last_err.unwrap())
Expand Down

0 comments on commit e8491d5

Please sign in to comment.