diff --git a/crates/oxc_linter/src/context/host.rs b/crates/oxc_linter/src/context/host.rs index f7df685b4b0699..08469e699a55e4 100644 --- a/crates/oxc_linter/src/context/host.rs +++ b/crates/oxc_linter/src/context/host.rs @@ -89,7 +89,7 @@ impl<'a> ContextHost<'a> { } /// Path to the file being linted. - /// + /// /// When created from a [`LintService`](`crate::service::LintService`), this /// will be an absolute path. pub fn file_path(&self) -> &Path {