Skip to content

Commit 5bd54a2

Browse files
committed
Fix make tidy
1 parent 29f3636 commit 5bd54a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/impl-for-never.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn maybe_stringify<T: StringifyType>(opt: Option<T>) -> &'static str {
2626
match opt {
2727
Some(_) => T::stringify_type(),
2828
None => "none",
29-
}
29+
}
3030
}
3131

3232
fn main() {

0 commit comments

Comments
 (0)