Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 19, 2023
1 parent 770b737 commit 70b6696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtplugins/crystal/crystalscene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ QWidget* CrystalScene::setupWidget()

auto* multiColor = new QCheckBox;
multiColor->setChecked(m_multiColor);
fomr->addRow(tr("Color axes:"), multiColor);
form->addRow(tr("Color axes:"), multiColor);
connect(multiColor, SIGNAL(toggled(bool)), SLOT(setMultiColor(bool)));

auto* color = new QtGui::ColorButton;
Expand Down

1 comment on commit 70b6696

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.