Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 7, 2024
1 parent d44ea04 commit 834f340
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ pub(crate) struct FormatGritDefinitionList;
impl FormatRule<GritDefinitionList> for FormatGritDefinitionList {
type Context = GritFormatContext;
fn fmt(&self, node: &GritDefinitionList, f: &mut GritFormatter) -> FormatResult<()> {
let mut join =
f.join_nodes_with_hardline();
let mut join = f.join_nodes_with_hardline();

for definition in node {
let definition = definition?;
Expand Down

0 comments on commit 834f340

Please sign in to comment.