Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
nekiro committed Oct 7, 2024
1 parent 9faefce commit 62f4064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bool Database::executeQuery(const std::string& query)
// we have to store that result, even though we do not need it, otherwise handle will get blocked
auto mysql_res = mysql_store_result(handle.get());
mysql_free_result(mysql_res);

return success;
}

Expand Down

0 comments on commit 62f4064

Please sign in to comment.