We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d6314 commit 61567d6Copy full SHA for 61567d6
1 file changed
native/spark-expr/src/conversion_funcs/string.rs
@@ -1660,9 +1660,11 @@ mod tests {
1660
assert!(timestamp_parser("-0001", EvalMode::Legacy, tz)
1661
.unwrap()
1662
.is_some());
1663
- assert!(timestamp_parser("-0001-01-01T12:34:56", EvalMode::Legacy, tz)
1664
- .unwrap()
1665
- .is_some());
+ assert!(
+ timestamp_parser("-0001-01-01T12:34:56", EvalMode::Legacy, tz)
+ .unwrap()
1666
+ .is_some()
1667
+ );
1668
}
1669
1670
#[test]
0 commit comments