Remove unnecessary empty line
This commit is contained in:
@@ -42,7 +42,6 @@ void print_help() {
|
||||
|
||||
void list_plugins() {
|
||||
for (const auto& elem : sc::plugin<ScreensaverPlugin>::all()) {
|
||||
|
||||
std::cout << elem.first << " (" << elem.second()->version() << ")\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user