Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d453879

Browse files
committed
Fixup: "return {}" to avoid naming the constructor
1 parent aa4c24d commit d453879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libs/libActivities/Activity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ namespace Activities
179179
std::lock_guard<std::mutex> _(d->mMtx);
180180
return {d->mLog};
181181
}
182-
return Log();
182+
return {};
183183
}
184184

185185
State Activity::state() const

0 commit comments

Comments
 (0)