Skip to content

Commit bbfe53b

Browse files
authored
fmt
1 parent 6bdb14c commit bbfe53b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

datafusion/functions-window/src/nth_value.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,8 @@ mod tests {
685685
))
686686
.unwrap_err();
687687

688-
assert!(
689-
err.to_string()
690-
.starts_with("Execution error: The second argument of nth_value must not be i64::MIN")
691-
);
688+
assert!(err.to_string().starts_with(
689+
"Execution error: The second argument of nth_value must not be i64::MIN"
690+
));
692691
}
693692
}

0 commit comments

Comments
 (0)