Skip to content

Commit 61567d6

Browse files
committed
format
1 parent b5d6314 commit 61567d6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • native/spark-expr/src/conversion_funcs

native/spark-expr/src/conversion_funcs/string.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,9 +1660,11 @@ mod tests {
16601660
assert!(timestamp_parser("-0001", EvalMode::Legacy, tz)
16611661
.unwrap()
16621662
.is_some());
1663-
assert!(timestamp_parser("-0001-01-01T12:34:56", EvalMode::Legacy, tz)
1664-
.unwrap()
1665-
.is_some());
1663+
assert!(
1664+
timestamp_parser("-0001-01-01T12:34:56", EvalMode::Legacy, tz)
1665+
.unwrap()
1666+
.is_some()
1667+
);
16661668
}
16671669

16681670
#[test]

0 commit comments

Comments
 (0)