Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Jan 13, 2025
1 parent 26e9b7a commit d6e1453
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stablehlo/tests/TestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ struct HloTestInferPass : public impl::HloTestInferPassBase<HloTestInferPass> {
}

void runOnOperation() override {
if (failed(
applyPatternsGreedily(getOperation(), std::move(patterns))))
if (failed(applyPatternsGreedily(getOperation(), std::move(patterns))))
return signalPassFailure();
}

Expand Down

0 comments on commit d6e1453

Please sign in to comment.