Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Mar 3, 2022
1 parent d9c6f58 commit 00d71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/compute/kernels/temporal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ mod tests {
let b = month(&a).unwrap();
assert_eq!(2, b.value(0));
let a = Arc::new(TimestampSecondArray::from_vec(
vec![86400 *31],
vec![86400 * 31],
Some("-10:00".to_string()),
));
let b = month(&a).unwrap();
Expand Down

0 comments on commit 00d71b5

Please sign in to comment.