Skip to content

Commit acb197e

Browse files
committed
rustfmt
1 parent 42e0de2 commit acb197e

File tree

1 file changed

+1
-1
lines changed
  • tracing-subscriber/src/filter/env

1 file changed

+1
-1
lines changed

tracing-subscriber/src/filter/env/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ impl EnvFilter {
259259

260260
if !disabled.is_empty() {
261261
// NOTE: We can't use a configured `MakeWriter` because the EnvFilter
262-
// has no knowledge of any underlying subscriber or collector, which
262+
// has no knowledge of any underlying subscriber or collector, which
263263
// may or may not use a `MakeWriter`.
264264
eprintln!("warning: some trace filter directives would enable traces that are disabled statically");
265265
for directive in disabled {

0 commit comments

Comments
 (0)