Skip to content

Commit 7b5b007

Browse files
committed
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent a4bce2e commit 7b5b007

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/storage-test-compat/src/bin/golden-writer.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ where
112112
}
113113

114114
let tmp_path = writer.path().clone();
115-
let (_file_handle, _bloom_filter, _key_bounds) =
116-
writer.close(BatchMetadata::default())?;
115+
let (_file_handle, _bloom_filter, _key_bounds) = writer.close(BatchMetadata::default())?;
117116
let content = storage_backend.read(&tmp_path)?;
118117
storage_backend.write(&output_storage_path, (*content).clone())?;
119118
storage_backend.delete(&tmp_path)?;

0 commit comments

Comments
 (0)