mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-19 01:18:31 +08: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