Skip to content

Commit

Permalink
sqlite: Connection: Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Aug 20, 2020
1 parent 4d81e18 commit 213d48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/database/SqliteConnection.cpp
Expand Up @@ -152,7 +152,6 @@ Connection::WriteContext Connection::acquireWriteContext()

void Connection::setPragma( Connection::Handle conn, const std::string& pragmaName,
const std::string& value )

{
std::string reqBase = std::string{ "PRAGMA " } + pragmaName;
std::string reqSet = reqBase + " = " + value;
Expand Down

0 comments on commit 213d48a

Please sign in to comment.