Skip to content

Commit a48b4ec

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent 91ebf7a commit a48b4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/REX/REX/JSON.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ namespace REX::JSON
8787
glz::json_t output;
8888
if (std::filesystem::exists(m_fileBase)) {
8989
std::string buffer;
90-
const auto error = glz::read_file_json(output, m_fileBase, buffer);
90+
const auto error = glz::read_file_json(output, m_fileBase, buffer);
9191
if (error) {
9292
REX::ERROR("{}"sv, glz::format_error(error, buffer));
9393
}

0 commit comments

Comments
 (0)