Skip to content

Commit

Permalink
specify python3; it's more compatible on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Nov 5, 2022
1 parent 65f79d7 commit 11bd667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-clang-format.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""A wrapper script around clang-format, suitable for linting multiple files
and to use for continuous integration.
Expand Down

0 comments on commit 11bd667

Please sign in to comment.