Skip to content

Commit

Permalink
chore(style): remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndelis committed Oct 22, 2023
1 parent 0f0711f commit 11eddd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/MiscFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ int getWorkspaceIDFromString(const std::string& in, std::string& outName) {

std::optional<std::string> cleanCmdForWorkspace(const std::string& inWorkspaceName, std::string dirtyCmd) {


std::string cmd = removeBeginEndSpacesTabs(dirtyCmd);

if (!cmd.empty()) {
Expand Down

0 comments on commit 11eddd9

Please sign in to comment.