From 3239ff6362538ca0ba33ccc6935c5ee8aded5816 Mon Sep 17 00:00:00 2001 From: Matt King <matthew.king@stfc.ac.uk> Date: Thu, 15 Oct 2015 14:27:08 +0100 Subject: [PATCH] Clang formatting for test file Refs #14001 --- Framework/MDAlgorithms/test/CompactMDTest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Framework/MDAlgorithms/test/CompactMDTest.h b/Framework/MDAlgorithms/test/CompactMDTest.h index 420410dead7..2dc03cfe8ee 100644 --- a/Framework/MDAlgorithms/test/CompactMDTest.h +++ b/Framework/MDAlgorithms/test/CompactMDTest.h @@ -264,7 +264,6 @@ public: const std::string name("test"); m_ws = MDEventsTestHelper::makeFakeMDHistoWorkspaceGeneral( numDims, signal, errorSquared, numBins, min, max, name); - } void test_execute_4d() { m_ws->setSignalAt(0, 1.0); -- GitLab