Skip to content

Commit

Permalink
Code formatting in place
Browse files Browse the repository at this point in the history
  • Loading branch information
sikehish committed Dec 3, 2024
1 parent 6e60aea commit bb75485
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/biome_service/src/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ pub struct NotFound;
)]
pub struct FormatWithErrorsDisabled;


#[derive(Debug, Serialize, Deserialize, Diagnostic)]
#[diagnostic(
category = "internalError/fs",
Expand Down Expand Up @@ -501,8 +500,7 @@ impl Advices for ProtectedFileAdvice {
#[cfg(test)]
mod test {
use crate::diagnostics::{
CantReadFile, FileIgnored, FileTooLarge, NotFound,
SourceFileNotSupported,
CantReadFile, FileIgnored, FileTooLarge, NotFound, SourceFileNotSupported,
};
use crate::file_handlers::DocumentFileSource;
use crate::{TransportError, WorkspaceError};
Expand Down

0 comments on commit bb75485

Please sign in to comment.