fixed unnecessary double indentation

This commit is contained in:
Anton-4 2022-03-07 16:02:11 +01:00
parent af9a03b5ba
commit 454933e2c6
No known key found for this signature in database
GPG key ID: C954D6E0F9C0ABFD
5 changed files with 47 additions and 6 deletions

View file

@ -35,7 +35,7 @@ pub enum Parens {
/// we also want to show newlines. By default the formatter
/// takes care of inserting newlines, but sometimes the user's
/// newlines are taken into account.
#[derive(PartialEq, Eq, Clone, Copy)]
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
pub enum Newlines {
No,
Yes,