From 00c121a78a6588f94d33f37f1c7ef77181e739b2 Mon Sep 17 00:00:00 2001 From: Matthew Andrew <matthew.andrew@stfc.ac.uk> Date: Tue, 27 Nov 2018 16:36:10 +0000 Subject: [PATCH] Applied clang format Re #23642 --- Framework/Muon/test/MuonPairingAsymmetryTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Muon/test/MuonPairingAsymmetryTest.h b/Framework/Muon/test/MuonPairingAsymmetryTest.h index fb6dd4a11fa..94cfeef2cdf 100644 --- a/Framework/Muon/test/MuonPairingAsymmetryTest.h +++ b/Framework/Muon/test/MuonPairingAsymmetryTest.h @@ -33,7 +33,7 @@ public: }; ~setUpADSWithWorkspace() { AnalysisDataService::Instance().clear(); }; - std::string const inputWSName = "inputData"; + std::string const inputWSName = "inputData"; }; // Set only mandatory fields -- GitLab