Skip to content

Commit

Permalink
Update clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
srvasude committed May 30, 2024
1 parent e4af495 commit 77c7113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run : |
sudo apt-get update && sudo apt-get install -yq clang clang-format
- name: Run clang-format
run: cd cxx && clang-format -style=Google --dry-run -Werror --verbose *.cc *.hh \
run: cd cxx && clang-format --dry-run -Werror --verbose *.cc *.hh \
*.hpp distributions/*.cc distributions/*.hh tests/*.cc

0 comments on commit 77c7113

Please sign in to comment.