Remove unneeded semicolons from the core library

This commit is contained in:
gingerBill
2021-08-31 22:32:53 +01:00
parent 2db6fea665
commit f57201bbd1
19 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ Typeid_Kind :: enum u8 {
Relative_Pointer,
Relative_Slice,
}
#assert(len(Typeid_Kind) < 32);
#assert(len(Typeid_Kind) < 32)
// Typeid_Bit_Field :: bit_field #align align_of(uintptr) {
// index: 8*size_of(uintptr) - 8,