From c862e584e05a62e7a96d1fdd6e3a5e7dff5789eb Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 27 Oct 2025 12:21:13 +0100 Subject: [PATCH] Remove unnecessary empty line --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 46b8163..cd103f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,6 @@ void print_help() { void list_plugins() { for (const auto& elem : sc::plugin::all()) { - std::cout << elem.first << " (" << elem.second()->version() << ")\n"; } }