Skip to content

Commit 2a8e793

Browse files
committed
fix: inline format args for clippy compliance
1 parent 5285a20 commit 2a8e793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/integrations/playground/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mod tests {
145145

146146
fn temp_path() -> String {
147147
let uuid = uuid::Uuid::new_v4();
148-
format!("/tmp/iceberg-test-{}", uuid)
148+
format!("/tmp/iceberg-test-{uuid}")
149149
}
150150

151151
#[tokio::test]

0 commit comments

Comments
 (0)