mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Fix formatting
This commit is contained in:
parent
6ee0e22204
commit
8be7050b74
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fn some_other_func(a: Option<u32>) -> Option<u32> {
|
|||
if a.is_none() {
|
||||
return None;
|
||||
} else {
|
||||
return Some(0);
|
||||
return Some(0);
|
||||
}
|
||||
unreachable!()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue