mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 10:14:21 +01:00
Functionally meaningless change to get cargo fmt to play nice in ci
This commit is contained in:
@@ -1724,7 +1724,8 @@ fn exec_like(regex_cache: Option<&mut HashMap<String, Regex>>, pattern: &str, te
|
||||
}
|
||||
}
|
||||
} else {
|
||||
construct_like_regex(pattern).is_match(text)
|
||||
let re = construct_like_regex(pattern);
|
||||
re.is_match(text)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user