mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2794
2794: Make fix_style executable r=heinrich5991 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
10eaa585e3
2
scripts/fix_style.py
Normal file → Executable file
2
scripts/fix_style.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from collections import defaultdict
|
||||
import re
|
||||
import subprocess
|
||||
|
|
Loading…
Reference in a new issue