Reorder imports (#2638)

This commit is contained in:
Charlie Marsh 2023-02-07 16:22:47 -05:00 committed by GitHub
parent 0355ba571e
commit 67e9ff7cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
233 changed files with 626 additions and 593 deletions

View file

@ -376,8 +376,8 @@ impl<'a> Printer<'a> {
let mut stdout = BufWriter::new(io::stdout().lock());
match self.format {
SerializationFormat::Text => {
// Compute the maximum number of digits in the count and code, for all messages, to enable
// pretty-printing.
// Compute the maximum number of digits in the count and code, for all messages,
// to enable pretty-printing.
let count_width = num_digits(
statistics
.iter()