remove spaces etc. at end of line (no functional change)

This commit is contained in:
2019-10-02 22:06:19 +02:00
förälder ad6fb8d731
incheckning 1549603c9b
11 ändrade filer med 27 tillägg och 27 borttagningar

Visa fil

@ -32,7 +32,7 @@ TEST(Utils, hasKey) {
ASSERT_TRUE(utils::hasKey(testmap, std::string { "test2"}));
ASSERT_FALSE(utils::hasKey(testmap, std::string { "testthere" }));
ASSERT_FALSE(utils::hasKey(testmap, std::string { }));
}
TEST(Utils, urldecode)