Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed May 14, 2024
1 parent ba17b4a commit 9daefd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/core/src/clp/SQLiteDB.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include <sqlite3/sqlite3.h>

#include "ErrorCode.hpp"
#include "SQLitePreparedStatement.hpp"
#include "SQLitePreparedSelectStatement.hpp"
#include "SQLitePreparedStatement.hpp"
#include "TraceableException.hpp"

namespace clp {
Expand Down Expand Up @@ -49,7 +49,7 @@ class SQLiteDB {
* @return a new constructed select statement.
* @throw clp::SQLiteDB::OperationFailed if the db is not initialized.
* @throw clp::SQLitePreparedStatement::OperationFailed if it fails to create a new statement.
*/
*/
SQLitePreparedSelectStatement prepare_select_statement(
std::vector<std::string> const& columns_to_select,
std::string_view table,
Expand Down

0 comments on commit 9daefd8

Please sign in to comment.