We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1133c commit c7c2bddCopy full SHA for c7c2bdd
1 file changed
compiler-core/src/javascript/decision.rs
@@ -75,9 +75,10 @@ pub fn case<'a>(
75
.into_doc(),
76
),
77
78
- tree @
79
-(Decision::Run { .. } | Decision::Guard { .. } | Decision::Switch { .. } |
80
-Decision::Fail) => printer.decision(tree).into_doc(),
+ tree @ (Decision::Run { .. }
+ | Decision::Guard { .. }
+ | Decision::Switch { .. }
81
+ | Decision::Fail) => printer.decision(tree).into_doc(),
82
};
83
docvec![assignments_to_doc(assignments), decision].force_break()
84
}
0 commit comments