Skip to content

Commit

Permalink
Update datafusion/physical-expr/src/regex_expressions.rs
Browse files Browse the repository at this point in the history
Removed extraneous lines as per code review

Co-authored-by: Liang-Chi Hsieh <[email protected]>
  • Loading branch information
Omega359 and viirya authored Feb 3, 2024
1 parent 2b851e8 commit b67442b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-expr/src/regex_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ pub fn specialize_regexp_replace<T: OffsetSizeTrait>(
mod tests {
use arrow::array::*;
use datafusion_common::ScalarValue;

use super::*;

#[test]
Expand Down

0 comments on commit b67442b

Please sign in to comment.