From 4a02c34de3be538b0643d3de739905e5e85b3c56 Mon Sep 17 00:00:00 2001 From: Verena Reimund <reimund@ill.eu> Date: Wed, 9 May 2018 13:05:34 +0200 Subject: [PATCH] Add ; at end of line Refs #22383 --- Framework/SINQ/test/PoldiIndexKnownCompoundsTest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/SINQ/test/PoldiIndexKnownCompoundsTest.h b/Framework/SINQ/test/PoldiIndexKnownCompoundsTest.h index a506a6a9f00..70bc0dee4e5 100644 --- a/Framework/SINQ/test/PoldiIndexKnownCompoundsTest.h +++ b/Framework/SINQ/test/PoldiIndexKnownCompoundsTest.h @@ -670,8 +670,8 @@ private: void storeRandomWorkspaces(const std::vector<std::string> &wsNames) { for (const auto &wsName : wsNames) { - auto ws = WorkspaceCreationHelper::create1DWorkspaceRand(10, true) - WorkspaceCreationHelper::storeWS(wsName, ws); + auto ws = WorkspaceCreationHelper::create1DWorkspaceRand(10, true); + WorkspaceCreationHelper::storeWS(wsName, ws); } } -- GitLab