Skip to content

Commit

Permalink
Added newline back to TestKdbx3.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey authored Sep 24, 2018
1 parent 166766a commit 5f255ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestKdbx3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ void TestKdbx3::testBrokenHeaderHash()
QScopedPointer<Database> db(reader.readDatabase(filename, key));
QVERIFY(!db.data());
QVERIFY(reader.hasError());
}
}

0 comments on commit 5f255ec

Please sign in to comment.