Skip to content

Commit ce63c68

Browse files
committed
fmt
1 parent 3e8e45e commit ce63c68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/catalog/rest/src/catalog.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,10 @@ mod tests {
13381338
let summary = SnapshotSummary::new(
13391339
Operation::Append,
13401340
HashMap::from([
1341-
("spark.app.id".to_string(), "local-1646787004168".to_string()),
1341+
(
1342+
"spark.app.id".to_string(),
1343+
"local-1646787004168".to_string(),
1344+
),
13421345
("added-data-files".to_string(), "1".to_string()),
13431346
("added-records".to_string(), "1".to_string()),
13441347
("added-files-size".to_string(), "697".to_string()),

0 commit comments

Comments
 (0)