From 68173f4bc74ba2a6dd43d6b1c9fe72ba871cf915 Mon Sep 17 00:00:00 2001 From: MarenFayre <82266301+MarenFayre@users.noreply.github.com> Date: Sun, 8 Jan 2023 20:24:08 +0100 Subject: [PATCH] Remove unused formatting flag --- core/strconv/integers.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/strconv/integers.odin b/core/strconv/integers.odin index 18de23016..f06e6e177 100644 --- a/core/strconv/integers.odin +++ b/core/strconv/integers.odin @@ -3,7 +3,6 @@ package strconv Int_Flag :: enum { Prefix, Plus, - Space, } Int_Flags :: bit_set[Int_Flag]