Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed Jul 3, 2024
1 parent 871a8ca commit 47a384b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prisma-fmt/src/references.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ use psl::{
Diagnostics, SourceFile,
};

use crate::{offsets::position_to_offset, span_to_range, LSPContext};
use crate::{
offsets::{position_to_offset, span_to_range},
LSPContext,
};

pub(super) type ReferencesContext<'a> = LSPContext<'a, ReferenceParams>;

Expand Down

0 comments on commit 47a384b

Please sign in to comment.