diff --git a/zebrad/src/components/tracing.rs b/zebrad/src/components/tracing.rs index 1455deb4..bd2a8e6c 100644 --- a/zebrad/src/components/tracing.rs +++ b/zebrad/src/components/tracing.rs @@ -17,7 +17,7 @@ use tracing_subscriber::{filter::Filter, reload::Handle, FmtSubscriber}; // XXX ideally this would be TracingEndpoint // but this doesn't seem to play well with derive(Component) pub struct TracingEndpoint { - filter_handle: Handle, + filter_handle: Handle, } impl ::std::fmt::Debug for TracingEndpoint {