Code beautifying
This commit is contained in:
parent
0b0e754b49
commit
7a6c664014
1 changed files with 3 additions and 6 deletions
|
@ -10,10 +10,7 @@ Database::Database(const std::string& dbname) : db(nullptr)
|
|||
}
|
||||
}
|
||||
|
||||
Database::~Database()
|
||||
{
|
||||
sqlite3_close(db);
|
||||
}
|
||||
Database::~Database() { sqlite3_close(db); }
|
||||
|
||||
void Database::exec(const std::string& sql)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue