Skip to content

Commit

Permalink
[FIX] extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Aug 27, 2024
1 parent d5ad7e0 commit bc35336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdl/convertToCWL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inline auto findCLIMapping(std::string const & referenceName, ToolInfo const & d
}
}
return nullptr;
};
}

template <typename InputType>
void setIdOrName(InputType & input, std::string const & name) {
Expand Down

0 comments on commit bc35336

Please sign in to comment.