mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
formatting for Defs
This commit is contained in:
parent
2ae804790a
commit
d72ebf4b74
7 changed files with 57 additions and 25 deletions
|
@ -116,7 +116,6 @@ impl<'a> Formattable for Expr<'a> {
|
|||
) {
|
||||
use self::Expr::*;
|
||||
|
||||
//dbg!(self);
|
||||
let apply_needs_parens = parens == Parens::InApply;
|
||||
|
||||
match self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue