mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 13:55:45 +00:00
Remove unneeded semicolons from the core library
This commit is contained in:
+1
-1
@@ -1419,7 +1419,7 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
||||
io.write_string(fi.writer, info.name)
|
||||
io.write_string(fi.writer, "{}")
|
||||
return
|
||||
};
|
||||
}
|
||||
|
||||
is_soa := b.soa_kind != .None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user