Skip to content

Commit 91cc84d

Browse files
Update diagnostics.rs
1 parent 9e9d2d3 commit 91cc84d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/djls-ide/src/diagnostics.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ pub fn collect_diagnostics(
164164

165165
#[cfg(test)]
166166
mod tests {
167-
use super::*;
168167
use djls_conf::DiagnosticSeverity;
168+
169+
use super::*;
169170

170171
#[test]
171172
fn test_to_lsp_severity() {

0 commit comments

Comments
 (0)