Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
realtimetodie committed Feb 13, 2023
1 parent 6845d09 commit 970ab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rome_service/src/configuration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn load_config(file_system: &DynRef<dyn FileSystem>, 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 {
Expand Down

0 comments on commit 970ab42

Please sign in to comment.