mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-11 07:28:56 +01:00
Fix formatting issue on Opt struct
tab in enable_metrics_route to fix cargo fmt issues Resolves: #3469 See also: #2763
This commit is contained in:
parent
5cff435bf6
commit
ce807d760b
@ -250,7 +250,7 @@ impl From<Opt> for Infos {
|
||||
// Thus we must not insert `..` at the end.
|
||||
let Opt {
|
||||
#[cfg(features = "metrics")]
|
||||
enable_metrics_route: _,
|
||||
enable_metrics_route: _,
|
||||
db_path,
|
||||
http_addr,
|
||||
master_key: _,
|
||||
|
Loading…
Reference in New Issue
Block a user