Skip to content
Snippets Groups Projects
Commit b9a05fb3 authored by Verena Reimund's avatar Verena Reimund
Browse files

Clang format & delete added empty line

Refs #22383
parent 54d9da19
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ using namespace Kernel;
* @param inputs : input workspaces vector [including] group workspaces (all must
* be on ADS)
* @return : the flat vector of the input workspaces
* @throw : std::runtime_error if the input workspaces are neither groups nor MatrixWorkspaces
* @throw : std::runtime_error if the input workspaces are neither groups nor
* MatrixWorkspaces
*/
std::vector<std::string>
RunCombinationHelper::unWrapGroups(const std::vector<std::string> &inputs) {
......
......@@ -27,7 +27,6 @@ using namespace Mantid::HistogramData;
using namespace Mantid::Kernel;
using namespace WorkspaceCreationHelper;
class RunCombinationHelperTest : public CxxTest::TestSuite {
public:
// This pair of boilerplate methods prevent the suite being created statically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment