Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent 2180edc commit 37c008f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt/KDCoro/KDCoro.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ inline auto kdCoroSignal(typename QtPrivate::FunctionPointer<Func1>::Object *sen
}

template<typename T, typename Func1>
inline auto kdCoroSignal(typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal,
QObject *receiver) -> KDCoroExpected<T>
inline auto kdCoroSignal(typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, QObject *receiver)
-> KDCoroExpected<T>
{
KDCoroExpected<T> awaiter(sender);

Expand Down

0 comments on commit 37c008f

Please sign in to comment.