Skip to content

Commit 36e5f6d

Browse files
fmt
1 parent 0da3a45 commit 36e5f6d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

crates/djls-server/src/logging.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Logging infrastructure for forwarding tracing events to LSP client messages.
22
//!
3-
//! This module provides the `LspLayer` implementation for forwarding tracing
3+
//! This module provides the `LspLayer` implementation for forwarding tracing
44
//! events to the LSP client through the tracing infrastructure.
55
//!
66
//! ## `LspLayer`
@@ -153,5 +153,3 @@ where
153153

154154
guard
155155
}
156-
157-

crates/djls-server/src/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ use tower_lsp_server::lsp_types::WorkspaceServerCapabilities;
2525
use tower_lsp_server::LanguageServer;
2626
use tracing_appender::non_blocking::WorkerGuard;
2727

28-
2928
use crate::queue::Queue;
3029
use crate::session::Session;
3130

0 commit comments

Comments
 (0)