Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
vla5924 committed Sep 14, 2024
1 parent c91b342 commit 8b41d74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ jobs:
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: 'include lib python'
extensions: 'h,hpp,c,cc,cpp'
clangFormatVersion: 17
2 changes: 1 addition & 1 deletion lib/Conversion/TritonToTritonAcc/Pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ConvertTritonToTritonAcc
public:
ConvertTritonToTritonAcc() = default;

void runOnOperation() override{}
void runOnOperation() override {}
};

} // namespace
Expand Down

0 comments on commit 8b41d74

Please sign in to comment.