Skip to content

Commit a525473

Browse files
committed
style: fix formatting
1 parent e031cf3 commit a525473

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tracing-web-console/src/subscriber.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ impl LogCaptureLayer {
115115

116116
/// Targets to filter out to avoid noise and recursive logging
117117
const FILTERED_TARGETS: &[&str] = &[
118-
"log", // log crate compatibility layer
118+
"log", // log crate compatibility layer
119119
"tracing_web_console", // our own crate (avoid recursion)
120-
"tungstenite", // WebSocket library internals
121-
"tokio_tungstenite", // async WebSocket library internals
120+
"tungstenite", // WebSocket library internals
121+
"tokio_tungstenite", // async WebSocket library internals
122122
];
123123

124124
impl<S> Layer<S> for LogCaptureLayer

0 commit comments

Comments
 (0)