Skip to content

Commit e6fa35b

Browse files
committed
Adds missing braces
1 parent 23959f1 commit e6fa35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/csrc/distributed/c10d/NCCLUtils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class NCCLComm {
203203
config.blocking = 0;
204204
C10D_NCCL_CHECK_TIMEOUT(
205205
ncclCommInitRankConfig(&(comm->ncclComm_), numRanks, commId, rank, &config), comm->ncclComm_, c10::nullopt);
206-
else {
206+
} else {
207207
C10D_NCCL_CHECK(
208208
ncclCommInitRankConfig(&(comm->ncclComm_), numRanks, commId, rank, &config), c10::nullopt);
209209
}

0 commit comments

Comments
 (0)