Skip to content

Commit

Permalink
doesn't work properly :(
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Mar 14, 2024
1 parent 4dd9583 commit e30dcfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
- name: Format files
run: find src include -type f -a \( -name "*.cc" -o -name "*.h" \) -print0 | xargs -0 clang-format-${{ env.LLVM_VERSION }} -i

- uses: parkerbxyz/suggest-changes@v1
if: github.event_name == 'pull_request'
with:
comment: 'clang-format fixes:'

- name: Check for differences
run: |
git status --porcelain
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/backend/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char const* argv[]) {
return 0;
}

parser.read_configuration_file( ) ;
parser.read_configuration_file();

parser.print_unrecognized(std::cout);
parser.print_used(std::cout);
Expand Down

0 comments on commit e30dcfc

Please sign in to comment.