From 46a74e84f1897f0f73eb0cc858b6b6c20b3db976 Mon Sep 17 00:00:00 2001 From: Nick Draper <nick.draper@stfc.ac.uk> Date: Thu, 7 Nov 2019 11:04:52 +0000 Subject: [PATCH] clang format re #26830 --- Framework/Kernel/src/ConfigService.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Framework/Kernel/src/ConfigService.cpp b/Framework/Kernel/src/ConfigService.cpp index fc97ecc67f9..0e95359f37e 100644 --- a/Framework/Kernel/src/ConfigService.cpp +++ b/Framework/Kernel/src/ConfigService.cpp @@ -1860,8 +1860,9 @@ void ConfigServiceImpl::updateFacilities(const std::string &fName) { std::string errorMessage = "No more Facilities.xml files can be found, Mantid will not be " "able to start, Sorry. Try reinstalling Mantid."; - //This is one of the few times that both logging a messge and throwing might make sense - // as the error reporter tends to swallow the thrown message. + // This is one of the few times that both logging a messge and throwing + // might make sense + // as the error reporter tends to swallow the thrown message. g_log.error() << errorMessage << "\n"; // Throw an exception as we have run out of files to try throw std::runtime_error(errorMessage); -- GitLab