Browse Source

Remove unused formatting flag

MarenFayre 2 năm trước cách đây
mục cha
commit
68173f4bc7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      core/strconv/integers.odin

+ 0 - 1
core/strconv/integers.odin

@@ -3,7 +3,6 @@ package strconv
 Int_Flag :: enum {
 	Prefix,
 	Plus,
-	Space,
 }
 Int_Flags :: bit_set[Int_Flag]