Add newline.

This commit is contained in:
Mudit Vats
2021-01-28 15:22:57 -07:00
parent b54025168c
commit d23b1c4be5

View File

@@ -70,4 +70,4 @@ void usage_show_version()
std::cout << project_name << " " << PROJECT_VER << "." << std::endl;
std::cout << "Protocol " << PROTOCOL_VERSION << "." << std::endl;
}
}