Skip to content

Commit 760118d

Browse files
ymmyysclaude
andcommitted
p2p: re-collapse getSharedCq() for clang-format
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 2ec53c3 commit 760118d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

flagcx/core/flagcx_p2p.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,7 @@ class FlagcxWorkerPool {
524524
FlagcxWorkerPool(const FlagcxWorkerPool &) = delete;
525525
FlagcxWorkerPool &operator=(const FlagcxWorkerPool &) = delete;
526526

527-
struct ibv_cq *getSharedCq() const {
528-
return shared_cq_;
529-
}
527+
struct ibv_cq *getSharedCq() const { return shared_cq_; }
530528
int workerCount() const { return numWorkers_; }
531529
void registerQp(void *sendComm, struct ibv_qp *qp);
532530
void unregisterQp(struct ibv_qp *qp);

0 commit comments

Comments
 (0)