Commit eee38cb
committed
Use 'python2.7' in shebang; make script executable
On modern systems 'python' is most likely symlinked to python3, but
'google-java-format-diff.py' uses python2 syntax. Therefore it is better
to explicitly use 'python2.7'. Also changed file mode of the script (chmod
a+x) to make it executable.1 parent b6fcce4 commit eee38cb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments