Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FranchuFranchu committed Mar 15, 2024
1 parent ff32baf commit 14bf9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transform/coalesce_ctrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use crate::{
};

impl Tree {
/// Join chains of CTR nodes, such as `(a (b (c d)))` into n-ary nodes `(a b c d)`
/// Join chains of CTR nodes, such as `(a (b (c d)))` into n-ary nodes `(a b c
/// d)`
pub fn coalesce_constructors(&mut self) {
maybe_grow(|| match self {
Tree::Ctr { lab, ports } => {
Expand Down

0 comments on commit 14bf9c0

Please sign in to comment.