From e720048e4c2fd00a66f2be3acbd6ecf3aad1d51c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:01:35 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/oxlint/src/output_formatter/checkstyle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/oxlint/src/output_formatter/checkstyle.rs b/apps/oxlint/src/output_formatter/checkstyle.rs index 57b8077f72f11..05655fb3dfad4 100644 --- a/apps/oxlint/src/output_formatter/checkstyle.rs +++ b/apps/oxlint/src/output_formatter/checkstyle.rs @@ -23,7 +23,7 @@ impl InternalFormatter for CheckStyleOutputFormatter { } /// Reporter to output diagnostics in checkstyle format -/// +/// /// Checkstyle Format Documentation: #[derive(Default)] struct CheckstyleReporter {