mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-29 16:24:26 +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.
|
// Thus we must not insert `..` at the end.
|
||||||
let Opt {
|
let Opt {
|
||||||
#[cfg(features = "metrics")]
|
#[cfg(features = "metrics")]
|
||||||
enable_metrics_route: _,
|
enable_metrics_route: _,
|
||||||
db_path,
|
db_path,
|
||||||
http_addr,
|
http_addr,
|
||||||
master_key: _,
|
master_key: _,
|
||||||
|
Loading…
Reference in New Issue
Block a user