Skip to content

Commit

Permalink
Fix a too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Jul 21, 2020
1 parent 2b4bfb5 commit 85e2451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scribunto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def rewrite_requires(text: str, prefix: str) -> str:

def prepend_sources(text: str, url: str) -> str:
text = f'''--[[
This module was originally on {url} and forked by Legunto(https://github.com/lens0021/legunto).
This module was originally on {url} and forked by Legunto
(https://github.com/lens0021/legunto).
]]
''' + text

Expand Down

0 comments on commit 85e2451

Please sign in to comment.