From 83a2fd09694dd15bb934825532cc64f330c0ca51 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Wed, 13 Aug 2025 17:55:47 +0100 Subject: [PATCH] style(linter): add line break --- apps/oxlint/src/command/lint.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/oxlint/src/command/lint.rs b/apps/oxlint/src/command/lint.rs index 45ca6d2a32141..635f961d17d6d 100644 --- a/apps/oxlint/src/command/lint.rs +++ b/apps/oxlint/src/command/lint.rs @@ -69,6 +69,7 @@ impl LintCommand { } } } + /// Basic Configuration #[derive(Debug, Clone, Bpaf)] pub struct BasicOptions {