Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakyCobra committed Dec 25, 2019
1 parent ab10587 commit 42ad6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def gen_headers():
"""Generate the headers of the layout file."""
lines = [
"# DM42 skin for the Free42 simulator",
"https://github.com/StreakyCobra/dm42-skin"
"By Fabien Dubosson <fabien.dubosson@gmail.com>",
"# https://github.com/StreakyCobra/dm42-skin",
"# By Fabien Dubosson <fabien.dubosson@gmail.com>",
]
return "\n".join(lines)

Expand Down

0 comments on commit 42ad6ee

Please sign in to comment.