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:
James 2023-02-21 09:45:18 +00:00
parent 5cff435bf6
commit ce807d760b

View File

@ -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: _,