diff options
author | louiz’ <louiz@louiz.org> | 2018-08-04 14:50:33 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-08-04 14:50:33 +0200 |
commit | 782732ba167470fa99ab3d0900c02295b4684b6a (patch) | |
tree | 22beecc7eaed04a82727f8a5ffbb855eacdfefa5 /src/database | |
parent | 6a86b14d05d9a26905a11e8c6e1957f2fc89d650 (diff) | |
download | biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.tar.gz biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.tar.bz2 biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.tar.xz biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.zip |
Remove a bunch of useless empty lines
Diffstat (limited to 'src/database')
-rw-r--r-- | src/database/database.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/database/database.cpp b/src/database/database.cpp index 4867f52..3578c04 100644 --- a/src/database/database.cpp +++ b/src/database/database.cpp @@ -338,7 +338,6 @@ Transaction::Transaction() log_error("Failed to create SQL transaction: ", std::get<std::string>(result)); else this->success = true; - } Transaction::~Transaction() |