micro refactor

This commit is contained in:
MihailRis
2024-10-02 20:24:50 +03:00
parent 4e692d93b2
commit 5ff00df527
2 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
namespace data {
enum class FieldType {
I8=0, I16, I32, I64, F32, F64, CHAR,
COUNT
I8=0, I16, I32, I64, F32, F64, CHAR
};
inline std::string to_string(FieldType type) {