Skip to content

Commit b98e6a5

Browse files
Fix style
1 parent 92fff8c commit b98e6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PatternMultiTopicsConsumerImpl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void PatternMultiTopicsConsumerImpl::timerGetTopicsOfNamespace(const Result resu
118118
// callback method when added topics all subscribed.
119119
ResultCallback topicsAddedCallback = [this, topicsRemoved, topicsRemovedCallback](Result result) {
120120
if (result == ResultOk) {
121-
if(messageListener_) {
121+
if (messageListener_) {
122122
resumeMessageListener();
123123
}
124124
// call to unsubscribe all removed topics.

0 commit comments

Comments
 (0)