From b9a05fb31b7d48635a564c446f1b1dd0eff3fe01 Mon Sep 17 00:00:00 2001 From: Verena Reimund <reimund@ill.eu> Date: Wed, 9 May 2018 11:40:33 +0200 Subject: [PATCH] Clang format & delete added empty line Refs #22383 --- .../src/RunCombinationHelpers/RunCombinationHelper.cpp | 3 ++- Framework/Algorithms/test/RunCombinationHelperTest.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Algorithms/src/RunCombinationHelpers/RunCombinationHelper.cpp b/Framework/Algorithms/src/RunCombinationHelpers/RunCombinationHelper.cpp index d0fcf9fed41..a3cbf2177f0 100644 --- a/Framework/Algorithms/src/RunCombinationHelpers/RunCombinationHelper.cpp +++ b/Framework/Algorithms/src/RunCombinationHelpers/RunCombinationHelper.cpp @@ -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) { diff --git a/Framework/Algorithms/test/RunCombinationHelperTest.h b/Framework/Algorithms/test/RunCombinationHelperTest.h index 90b94d80718..161f8352b93 100644 --- a/Framework/Algorithms/test/RunCombinationHelperTest.h +++ b/Framework/Algorithms/test/RunCombinationHelperTest.h @@ -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 -- GitLab