Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jan 15, 2023
1 parent b8a2910 commit c9105ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/parse/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,7 @@ impl MatchKind {
pub fn is_novel(&self) -> bool {
matches!(
self,
MatchKind::Novel { .. }
| MatchKind::NovelWord { .. }
| MatchKind::NovelLinePart { .. }
MatchKind::Novel { .. } | MatchKind::NovelWord { .. } | MatchKind::NovelLinePart { .. }
)
}
}
Expand Down

0 comments on commit c9105ca

Please sign in to comment.