fix(add): removed i at eol

This commit is contained in:
2021-09-02 19:11:21 +02:00
parent 9d84e96462
commit 8308ca96a3

View File

@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
if (res == 1) if (res == 1)
{ {
std::cerr << "[!!] The key has already been added, exiting."i std::cerr << "[!!] The key has already been added, exiting."
<< std::endl; << std::endl;
} }
else if (res == 2) else if (res == 2)