Skip to content

Commit

Permalink
Fix header issue
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 23, 2023
1 parent 8950be3 commit b065f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtgui/insertfragmentdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

#include <QtCore/QSettings>

#include <QFileSystemModel>
#include <QtCore/QDir>
#include <QtCore/QSortFilterProxyModel>
#include <QtCore/QStandardPaths>
#include <QtWidgets/QFileDialog>
#include <QtWidgets/QFileSystemModel>
#include <QtWidgets/QMessageBox>

#include <QCloseEvent>
Expand Down

1 comment on commit b065f3e

@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.