From 970ab42ffb42d612e8a88534a1c0d8edcf0a77e3 Mon Sep 17 00:00:00 2001 From: ea1thoobeloa9aer Date: Mon, 13 Feb 2023 19:00:41 +0100 Subject: [PATCH] formatting --- crates/rome_service/src/configuration/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rome_service/src/configuration/mod.rs b/crates/rome_service/src/configuration/mod.rs index 5c7e3fd4136..25758451688 100644 --- a/crates/rome_service/src/configuration/mod.rs +++ b/crates/rome_service/src/configuration/mod.rs @@ -157,7 +157,7 @@ pub fn load_config(file_system: &DynRef, base_path: BasePath) -> Ok(Some(deserialized)) } Err(err) => { - // We skip the error when the configuration file is not found. + // We skip the error when the configuration file is not found. // Not having a configuration file is only an error when the `base_path` is // set to `BasePath::FromUser`. if match base_path {