Skip to content

Commit 1ad7af8

Browse files
committed
fixes
1 parent cd94e92 commit 1ad7af8

File tree

1 file changed

+1
-1
lines changed
  • crates/pglt_workspace/src/workspace/server

1 file changed

+1
-1
lines changed

crates/pglt_workspace/src/workspace/server/change.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use pglt_diagnostics::Diagnostic;
21
use std::ops::{Add, Sub};
32
use text_size::{TextLen, TextRange, TextSize};
43

@@ -429,6 +428,7 @@ impl ChangeParams {
429428
#[cfg(test)]
430429
mod tests {
431430
use super::*;
431+
use pglt_diagnostics::Diagnostic;
432432
use text_size::TextRange;
433433

434434
use crate::workspace::{ChangeFileParams, ChangeParams};

0 commit comments

Comments
 (0)