Skip to content
Snippets Groups Projects
Commit f65b8352 authored by Matthew Bowles's avatar Matthew Bowles
Browse files

clang format re #21968

parent aba46312
No related merge requests found
......@@ -277,7 +277,7 @@ void Stretch::handleSampleInputReady(const QString &filename) {
AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>(
filename.toStdString());
const int spectra = static_cast<int>(sampleWs->getNumberHistograms());
m_uiForm.spPreviewSpectrum->setMaximum(spectra-1);
m_uiForm.spPreviewSpectrum->setMaximum(spectra - 1);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment