mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Remove unneeded semicolons from the core library
This commit is contained in:
@@ -580,7 +580,7 @@ card :: proc(s: $S/bit_set[$E; $U]) -> int {
|
||||
} else when size_of(S) == 16 {
|
||||
return int(intrinsics.count_ones(transmute(u128)s))
|
||||
} else {
|
||||
#panic("Unhandled card bit_set size");
|
||||
#panic("Unhandled card bit_set size")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user