mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix clippy and fmt
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
fc88b003b4
commit
ce9c930d10
3 changed files with 4 additions and 6 deletions
|
@ -33,7 +33,6 @@ pub fn default_snapshot_settings_for_test<'a>(
|
|||
let filename = path.file_name().unwrap().to_str().unwrap();
|
||||
settings.set_omit_expression(true);
|
||||
|
||||
<<<<<<< HEAD
|
||||
fn uuid_in_message_redaction(content: Content, _content_path: ContentPath) -> Content {
|
||||
match &content {
|
||||
Content::String(s) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue