Skip to content

Commit 9568fb5

Browse files
committed
fmt
1 parent 2b3ef54 commit 9568fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/max_min_by.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ mod tests {
399399
('c', 2)
400400
) AS t(v, k)
401401
"#;
402-
let df =ctx()?.sql(&query).await?;
402+
let df = ctx()?.sql(&query).await?;
403403
let result = extract_single_value::<String, arrow::array::StringArray>(df).await?;
404404
assert_eq!(result, "c", "max_by should ignore NULLs");
405405
Ok(())

0 commit comments

Comments
 (0)