mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Fixed some formatting
This commit is contained in:
parent
648ccd463d
commit
58b73ae257
2 changed files with 1 additions and 7 deletions
|
@ -302,12 +302,7 @@ fn should_outdent(mut rhs: &TypeAnnotation) -> bool {
|
|||
}
|
||||
}
|
||||
|
||||
fn fmt_dbg_in_def<'a>(
|
||||
buf: &mut Buf,
|
||||
condition: &'a Loc<Expr<'a>>,
|
||||
_: bool,
|
||||
indent: u16,
|
||||
) {
|
||||
fn fmt_dbg_in_def<'a>(buf: &mut Buf, condition: &'a Loc<Expr<'a>>, _: bool, indent: u16) {
|
||||
buf.ensure_ends_with_newline();
|
||||
buf.indent(indent);
|
||||
buf.push_str("dbg");
|
||||
|
|
|
@ -959,7 +959,6 @@ fn fmt_dbg<'a>(
|
|||
_: bool,
|
||||
indent: u16,
|
||||
) {
|
||||
|
||||
buf.ensure_ends_with_newline();
|
||||
buf.indent(indent);
|
||||
buf.push_str("dbg");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue