Skip to content

Commit

Permalink
appease clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jul 19, 2022
1 parent 0cd975e commit ca49b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cxx-qt-lib/src/qt_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ namespace cxxqtlib1 {
UpdateRequester::UpdateRequester(QPointer<QObject> obj, const char* method)
: m_obj(obj)
, m_method(method)
{}
{
}

bool
UpdateRequester::requestUpdate() const
Expand Down

0 comments on commit ca49b75

Please sign in to comment.