From bb75485dc93ab95267d347e523120d887bb92bc6 Mon Sep 17 00:00:00 2001 From: sikehish Date: Tue, 3 Dec 2024 13:22:20 +0530 Subject: [PATCH] Code formatting in place --- crates/biome_service/src/diagnostics.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/biome_service/src/diagnostics.rs b/crates/biome_service/src/diagnostics.rs index 736b8f7a6ed5..9a74690564ce 100644 --- a/crates/biome_service/src/diagnostics.rs +++ b/crates/biome_service/src/diagnostics.rs @@ -180,7 +180,6 @@ pub struct NotFound; )] pub struct FormatWithErrorsDisabled; - #[derive(Debug, Serialize, Deserialize, Diagnostic)] #[diagnostic( category = "internalError/fs", @@ -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};