Skip to content

Commit 9e53160

Browse files
committed
fmt
1 parent 6ae0756 commit 9e53160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/sql/dataframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ mod tests {
10061006
.collect::<Vec<_>>(),
10071007
)?;
10081008

1009-
let data64 = vec![0, 1, 2, 3, 4 , u64::MAX];
1009+
let data64 = vec![0, 1, 2, 3, 4, u64::MAX];
10101010
create_record_batch(
10111011
DataType::UInt64,
10121012
UInt64Array::from(data64.clone()),

0 commit comments

Comments
 (0)