From a081542fad3d9243598f33bf8d071855f9ff058e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:05:52 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/oxc_linter/src/rules/eslint/new_cap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_linter/src/rules/eslint/new_cap.rs b/crates/oxc_linter/src/rules/eslint/new_cap.rs index 26014a4a19ffe..fca95e3a35968 100644 --- a/crates/oxc_linter/src/rules/eslint/new_cap.rs +++ b/crates/oxc_linter/src/rules/eslint/new_cap.rs @@ -155,7 +155,7 @@ declare_oxc_lint!( /// The option `newIsCapExceptionPattern` and `capIsNewExceptionPattern` are implemented with /// the [rust regex syntax](https://docs.rs/regex/latest/regex/). Many JavaScript features /// are not supported (Lookahead, Lookbehinds, ...). - /// + /// /// ### Examples /// /// Examples of **incorrect** code for this rule: