Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23cdaf7

Browse files
committed
fmt --all
1 parent 45f8562 commit 23cdaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/lance/src/dataset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8138,7 +8138,7 @@ mod tests {
81388138
let read_tx = ds_new.read_transaction().await.unwrap().unwrap();
81398139
assert_eq!(read_tx, tx);
81408140
}
8141-
8141+
81428142
// This test covers
81438143
// 1. Create branch from main, a branch and a global tag
81448144
// 2. Write to each created branch and verify data

0 commit comments

Comments
 (0)