Skip to content

Commit b31d3a6

Browse files
committed
cargo fmt
1 parent a30ddea commit b31d3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/catalog/sql/src/catalog.rs

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

23802380
// Load the table again from the catalog to verify changes were persisted
23812381
let reloaded = catalog.load_table(&table_ident).await.unwrap();
2382-
2382+
23832383
// Verify the reloaded table matches the updated table
23842384
assert_eq!(
23852385
reloaded.metadata().properties().get("test_property"),

0 commit comments

Comments
 (0)