Fix make tidy
This commit is contained in:
parent
29f3636282
commit
5bd54a2468
@ -26,7 +26,7 @@ fn maybe_stringify<T: StringifyType>(opt: Option<T>) -> &'static str {
|
||||
match opt {
|
||||
Some(_) => T::stringify_type(),
|
||||
None => "none",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user