Implemented clippy improvements
This commit is contained in:
@@ -61,7 +61,7 @@ fn pretty_function_error(
|
||||
)
|
||||
}
|
||||
}
|
||||
_ => write!(w, "{}", "\n"),
|
||||
_ => writeln!(w),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user