mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Make record semicolon syntax more consistent
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ import (
|
||||
_BUFFER_SIZE :: 1<<12;
|
||||
|
||||
StringBuffer :: union {
|
||||
Static {buf: []u8};
|
||||
Dynamic{buf: [dynamic]u8};
|
||||
Static {buf: []u8;};
|
||||
Dynamic{buf: [dynamic]u8;};
|
||||
}
|
||||
|
||||
FmtInfo :: struct {
|
||||
|
||||
Reference in New Issue
Block a user