Make has have 4 identation spaces

This commit is contained in:
Kiryl Dziamura 2023-07-04 11:24:40 +02:00
parent f28bbecccb
commit 1bb3c3d1dd
No known key found for this signature in database
GPG key ID: FB539501A4561ACF
7 changed files with 102 additions and 102 deletions

View file

@ -117,7 +117,7 @@ impl<'a> Formattable for TypeDef<'a> {
buf,
Parens::NotNeeded,
Newlines::from_bool(make_multiline),
indent + 1 + INDENT,
indent + INDENT,
);
}
}