From eed65b3b4520be901626e5ef3b0d1ddfc3dc7b8b Mon Sep 17 00:00:00 2001 From: Anthony Lim <anthony.lim@stfc.ac.uk> Date: Thu, 21 Sep 2017 15:04:51 +0100 Subject: [PATCH] refs #20550 clang format --- .../Muon/MuonAnalysisFitFunctionPresenter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/scientific_interfaces/Muon/MuonAnalysisFitFunctionPresenter.cpp b/qt/scientific_interfaces/Muon/MuonAnalysisFitFunctionPresenter.cpp index 3c5dc1574e9..b934bb8430e 100644 --- a/qt/scientific_interfaces/Muon/MuonAnalysisFitFunctionPresenter.cpp +++ b/qt/scientific_interfaces/Muon/MuonAnalysisFitFunctionPresenter.cpp @@ -172,7 +172,6 @@ void MuonAnalysisFitFunctionPresenter::handleErrorsEnabled(bool enabled) { m_funcBrowser->setErrorsEnabled(enabled); } - /** * Called when the number of datasets to fit is changed in the model. * Update the view with the new number of datasets. -- GitLab