mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Make has
have 4 identation spaces
This commit is contained in:
parent
f28bbecccb
commit
1bb3c3d1dd
7 changed files with 102 additions and 102 deletions
|
@ -117,7 +117,7 @@ impl<'a> Formattable for TypeDef<'a> {
|
|||
buf,
|
||||
Parens::NotNeeded,
|
||||
Newlines::from_bool(make_multiline),
|
||||
indent + 1 + INDENT,
|
||||
indent + INDENT,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue