cargo fmt

pull/464/head
Wilfred Hughes 2023-01-15 15:49:24 +07:00
parent b8a2910c26
commit c9105ca0ba
1 changed files with 1 additions and 3 deletions

@ -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 { .. }
)
}
}