Skip to content

Commit e2fe90e

Browse files
committed
lint: clippy
1 parent 2b34c6d commit e2fe90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perms/tx_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl BuilderTxCache {
7878
}
7979

8080
fn get_bundle_url_path(&self, bundle_id: &str) -> String {
81-
format!("{}/{}", BUNDLES, bundle_id)
81+
format!("{BUNDLES}/{bundle_id}")
8282
}
8383

8484
/// Get a bundle from the cache by its UUID. For convenience, this method

0 commit comments

Comments
 (0)