Skip to content
Snippets Groups Projects
Commit 31234228 authored by Gemma Guest's avatar Gemma Guest
Browse files

Apply clang-format Re #23051

parent 8bc0125a
Branches add_images_to_release_notes
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ void InstrumentPresenter::updateWidgetEnabledState() { ...@@ -75,7 +75,7 @@ void InstrumentPresenter::updateWidgetEnabledState() {
void InstrumentPresenter::updateWidgetValidState() { void InstrumentPresenter::updateWidgetValidState() {
// Check the ranges are valid. It's fine if they're not set at all, // Check the ranges are valid. It's fine if they're not set at all,
// so show them as valid if the range is not intialised // so show them as valid if the range is not intialised
if (!m_model.wavelengthRange() || m_model.wavelengthRange()->isValid(false)) if (!m_model.wavelengthRange() || m_model.wavelengthRange()->isValid(false))
m_view->showLambdaRangeValid(); m_view->showLambdaRangeValid();
else else
......
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