From b702b3ad8863a61ccd2f2ca05604c7cd1e09bf21 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Wed, 25 Sep 2024 02:09:48 -0400 Subject: [PATCH] style(preset): Add missing newline in No Empty Icons preset (#6031) Add missing newline in `no-empty-icons.toml` --- docs/public/presets/toml/no-empty-icons.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/public/presets/toml/no-empty-icons.toml b/docs/public/presets/toml/no-empty-icons.toml index 5174e1ff6..37eceb423 100644 --- a/docs/public/presets/toml/no-empty-icons.toml +++ b/docs/public/presets/toml/no-empty-icons.toml @@ -75,6 +75,7 @@ format = '(via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)) [opa] format = '(via [$symbol($version )]($style))' + [package] format = '(is [$symbol$version]($style) )'