Skip to content

Commit 40b7ac1

Browse files
committed
ci: contribute to cargo format happiness
Signed-off-by: Tomás Migone <[email protected]>
1 parent 464234b commit 40b7ac1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

availability-oracle/src/ipfs.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ impl IpfsImpl {
5252
let _permit = self.semaphore.acquire().await;
5353

5454
// Using standard IPFS gateway URL format
55-
let url = format!(
56-
"{}/ipfs/{}",
57-
self.endpoint.trim_end_matches('/'),
58-
cid
59-
);
55+
let url = format!("{}/ipfs/{}", self.endpoint.trim_end_matches('/'), cid);
6056
self.client
6157
.get(&url)
6258
.timeout(self.timeout)

0 commit comments

Comments
 (0)