Skip to content

Commit 3e811b3

Browse files
committed
drive-by: tidy: fixup style
1 parent a93d661 commit 3e811b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ use std::sync::{Arc, Mutex};
66

77
use termcolor::Color;
88

9+
/// CLI flags used by tidy.
910
#[derive(Clone, Default)]
10-
///CLI flags used by tidy.
1111
pub struct TidyFlags {
12-
///Applies style and formatting changes during a tidy run.
12+
/// Applies style and formatting changes during a tidy run.
1313
bless: bool,
1414
}
1515

0 commit comments

Comments
 (0)