Skip to content

Commit b882af9

Browse files
authored
fixup: remove extra semicolon (#1881)
1 parent 64f8e01 commit b882af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collectives.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ncclResult_t ncclAllGather_impl(const void* sendbuff, void* recvbuff, size_t sen
119119
srcbuff = sendbuff;
120120
} else {
121121
srcbuff = ((char*)recvbuff) + comm->rank * rankOffset;
122-
in_place = 1;;
122+
in_place = 1;
123123
}
124124
NCCLCHECK(ncclGroupStart());
125125
for (int r = 0; r < nRanks; r++) {

0 commit comments

Comments
 (0)