mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
format the whole project
This commit is contained in:
parent
ba30cef987
commit
9716fb3b36
68 changed files with 3327 additions and 2336 deletions
|
@ -1,9 +1,8 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
use byte_unit::Byte;
|
||||
use heed::{Env, EnvOpenOptions, CompactionOption};
|
||||
use heed::{CompactionOption, Env, EnvOpenOptions};
|
||||
use structopt::StructOpt;
|
||||
|
||||
use Command::*;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
|
@ -65,7 +64,7 @@ fn main() -> anyhow::Result<()> {
|
|||
use CompactionOption::*;
|
||||
let compaction = if enable_compaction { Enabled } else { Disabled };
|
||||
copy_main_database_to_stdout(env, compaction)
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue