Skip to content

Commit e8491d5

Browse files
committed
fix: fmt errors
1 parent 643ba5f commit e8491d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

availability-oracle/src/ipfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl Ipfs for IpfsImpl {
9797
Ok(res) => return Ok(res),
9898
Err(e) => {
9999
last_err = Some(e);
100-
},
100+
}
101101
}
102102
}
103103
Err(last_err.unwrap())

0 commit comments

Comments
 (0)