2794: Make fix_style executable r=heinrich5991 a=def-



Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
bors[bot] 2020-09-10 21:08:57 +00:00 committed by GitHub
commit 10eaa585e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
scripts/fix_style.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from collections import defaultdict
import re
import subprocess