Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvoth committed Oct 27, 2024
1 parent adf10fc commit b26e518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion crates/parser/src/grammar/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ pub fn block(p: &mut Parser) {
p.dec_rcurly();
}
}

4 changes: 1 addition & 3 deletions crates/parser/src/grammar/declaration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,5 @@ pub(super) fn declaration(p: &mut Parser) {
#[cfg(test)]
mod declar_tests {
#[test]
fn signal_with_tag() {

}
fn signal_with_tag() {}
}

0 comments on commit b26e518

Please sign in to comment.