Skip to content

Commit

Permalink
#1111: backport: remove redundant braces
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 21, 2020
1 parent f4d1f51 commit 34c337d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ EventType ActiveMessenger::sendMsgBytes(
dest >= theContext()->getNumNodes() || dest < 0, "Invalid destination: {}"
);

}
if (is_term) {
tdSentCount.increment(1);
}
Expand Down

0 comments on commit 34c337d

Please sign in to comment.