Skip to content

Commit

Permalink
Fix lint commit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdulon committed Aug 21, 2022
1 parent d9f85ba commit e38c625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_whitespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

UPSTREAM = 'https://github.com/Grasscutters/Grasscutter.git'
RATCHET = 'LintRatchet'
RATCHET_FALLBACK = '8e3deb9'
RATCHET_FALLBACK = 'c517b8a2c95473811eb07e12e73c4a69e59fbbdc'


re_leading_whitespace = re.compile(r'^[ \t]+', re.MULTILINE) # Replace with \1.replace('\t', ' ')
Expand Down

0 comments on commit e38c625

Please sign in to comment.