Skip to content

Commit

Permalink
Merge pull request #719 from fellerts/shebang
Browse files Browse the repository at this point in the history
Fix shebang placement
  • Loading branch information
mvandervoord authored Mar 20, 2024
2 parents 671f8d2 + f1d953a commit c444b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/extract_version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python3
# =========================================================================
# Unity - A Test Framework for C
# ThrowTheSwitch.org
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
# SPDX-License-Identifier: MIT
# =========================================================================

#!/usr/bin/env python3
import re
import sys

Expand Down

0 comments on commit c444b63

Please sign in to comment.