From 11eddd916df66a71bffbf325b594745f1247cd18 Mon Sep 17 00:00:00 2001 From: Brenno Lemos Date: Sun, 22 Oct 2023 13:20:45 -0300 Subject: [PATCH] chore(style): remove empty line --- src/helpers/MiscFunctions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/MiscFunctions.cpp b/src/helpers/MiscFunctions.cpp index 65048342a2c..286b64cc538 100644 --- a/src/helpers/MiscFunctions.cpp +++ b/src/helpers/MiscFunctions.cpp @@ -506,7 +506,6 @@ int getWorkspaceIDFromString(const std::string& in, std::string& outName) { std::optional cleanCmdForWorkspace(const std::string& inWorkspaceName, std::string dirtyCmd) { - std::string cmd = removeBeginEndSpacesTabs(dirtyCmd); if (!cmd.empty()) {