Skip to content

Commit c7c2bdd

Browse files
committed
style: rustfmt
Signed-off-by: Andrey <andrekabatareika@gmail.com>
1 parent 1c1133c commit c7c2bdd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

compiler-core/src/javascript/decision.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ pub fn case<'a>(
7575
.into_doc(),
7676
),
7777

78-
tree @
79-
(Decision::Run { .. } | Decision::Guard { .. } | Decision::Switch { .. } |
80-
Decision::Fail) => printer.decision(tree).into_doc(),
78+
tree @ (Decision::Run { .. }
79+
| Decision::Guard { .. }
80+
| Decision::Switch { .. }
81+
| Decision::Fail) => printer.decision(tree).into_doc(),
8182
};
8283
docvec![assignments_to_doc(assignments), decision].force_break()
8384
}

0 commit comments

Comments
 (0)