From 709d727c27aae2baac0d169030f24549bba28bb2 Mon Sep 17 00:00:00 2001 From: Gagik Vardanyan <vardanyan@ill.fr> Date: Mon, 3 Dec 2018 11:33:44 +0100 Subject: [PATCH] Re #24146 reorder using statements in the test --- Framework/Algorithms/test/DeadTimeCorrectionTest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Algorithms/test/DeadTimeCorrectionTest.h b/Framework/Algorithms/test/DeadTimeCorrectionTest.h index 9c0a5cf5894..b377228c9af 100644 --- a/Framework/Algorithms/test/DeadTimeCorrectionTest.h +++ b/Framework/Algorithms/test/DeadTimeCorrectionTest.h @@ -13,10 +13,10 @@ #include "MantidAlgorithms/CreateSampleWorkspace.h" #include "MantidAlgorithms/DeadTimeCorrection.h" -using Mantid::Algorithms::CreateSampleWorkspace; -using Mantid::Algorithms::DeadTimeCorrection; using Mantid::API::FrameworkManager; using Mantid::API::MatrixWorkspace_sptr; +using Mantid::Algorithms::CreateSampleWorkspace; +using Mantid::Algorithms::DeadTimeCorrection; namespace { MatrixWorkspace_sptr createWorkspace(const int nPixelsPerBank = 3, -- GitLab