From 0b8d4c679fc208f15d26b02f251023f09a66921d Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Mon, 17 Jun 2024 15:43:40 +0100 Subject: [PATCH] format --- crates/biome_analyze/src/categories.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/biome_analyze/src/categories.rs b/crates/biome_analyze/src/categories.rs index e5c5d1b8f6cc..308dfe2dbf58 100644 --- a/crates/biome_analyze/src/categories.rs +++ b/crates/biome_analyze/src/categories.rs @@ -308,7 +308,7 @@ impl schemars::JsonSchema for RuleCategories { #[derive(Debug, Default)] /// A convenient type create a [RuleCategories] type -/// +/// /// ``` /// use biome_analyze::{RuleCategoriesBuilder, RuleCategory}; /// let mut categories = RuleCategoriesBuilder::default().with_syntax().with_lint().build();