From f564daab2cc00bdcefb33e4f2d60d7c4f95fe6b7 Mon Sep 17 00:00:00 2001
From: Verena Reimund <reimund@ill.eu>
Date: Tue, 4 Dec 2018 11:02:09 +0100
Subject: [PATCH] Clang SampleLogsBehaviourTest

Refs #23947
---
 Framework/Algorithms/test/SampleLogsBehaviourTest.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Framework/Algorithms/test/SampleLogsBehaviourTest.h b/Framework/Algorithms/test/SampleLogsBehaviourTest.h
index cb8665fd92d..64f69432dc5 100644
--- a/Framework/Algorithms/test/SampleLogsBehaviourTest.h
+++ b/Framework/Algorithms/test/SampleLogsBehaviourTest.h
@@ -71,7 +71,8 @@ public:
     parameterNames.SUM_MERGE = "logs_sum";
     SampleLogsBehaviour::SampleLogNames sampleLogNames;
     sampleLogNames.sampleLogsSum = "A";
-    SampleLogsBehaviour sbh = SampleLogsBehaviour(ws, log, sampleLogNames, parameterNames);
+    SampleLogsBehaviour sbh =
+        SampleLogsBehaviour(ws, log, sampleLogNames, parameterNames);
     TS_ASSERT_THROWS_NOTHING(sbh.mergeSampleLogs(ws, ws))
     const std::string A = ws->run().getLogData("A")->value();
     const std::string B = ws->run().getLogData("B")->value();
-- 
GitLab