formatting for Defs

This commit is contained in:
Folkert 2022-05-25 14:58:36 +02:00
parent 2ae804790a
commit d72ebf4b74
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 57 additions and 25 deletions

View file

@ -116,7 +116,6 @@ impl<'a> Formattable for Expr<'a> {
) {
use self::Expr::*;
//dbg!(self);
let apply_needs_parens = parens == Parens::InApply;
match self {