Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 17, 2024
1 parent 37475b6 commit 0b8d4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_analyze/src/categories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0b8d4c6

Please sign in to comment.