mirror of
https://github.com/RGBCube/is-even-u16
synced 2025-07-28 07:07:44 +00:00
Don't use an else statement at the end
This commit is contained in:
parent
e422e56e91
commit
45b5295c65
1 changed files with 1 additions and 2 deletions
|
@ -196603,7 +196603,6 @@ pub fn is_even_u16(n: u16) -> bool {
|
|||
}
|
||||
if n == 65534 {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue