Skip to content

Commit cbf4927

Browse files
committed
format
1 parent ba03224 commit cbf4927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • native/spark-expr/src/conversion_funcs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl Hash for Cast {
9898
self.child.hash(state);
9999
self.data_type.hash(state);
100100
self.cast_options.hash(state);
101-
}
101+
}
102102
}
103103

104104
impl Cast {

0 commit comments

Comments
 (0)