Skip to content

Commit

Permalink
Make rustfmt happy again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Feb 3, 2024
1 parent b67442b commit ff6983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/regex_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ pub fn specialize_regexp_replace<T: OffsetSizeTrait>(

#[cfg(test)]
mod tests {
use super::*;
use arrow::array::*;
use datafusion_common::ScalarValue;
use super::*;

#[test]
fn test_case_sensitive_regexp_match() {
Expand Down

0 comments on commit ff6983a

Please sign in to comment.