add end-of-file-fixer

This commit is contained in:
2025-09-12 11:21:00 -04:00
parent 0561d951d4
commit 9d48caca76
14 changed files with 16 additions and 14 deletions

View File

@@ -43,4 +43,4 @@ public:
* @return Pointer to JsonToken if found, nullptr if not a known token
*/
static const struct JsonToken *lookup_json_token(const char *str, size_t len);
};
};