Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 21, 2023
1 parent c5498e6 commit cef1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_service/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl WorkspaceSettings {
// NOTE: keep this last. Computing the overrides require reading the settings computed by the parent settings.
if let Some(overrides) = configuration.overrides {
self.override_settings =
to_override_settings(overrides, vcs_path, gitignore_matches, &self)?;
to_override_settings(overrides, vcs_path, gitignore_matches, self)?;
}

Ok(())
Expand Down

0 comments on commit cef1c59

Please sign in to comment.