We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdd2b9 commit 94dbe39Copy full SHA for 94dbe39
utils.py
@@ -35,7 +35,7 @@ def get_text(context=False):
35
def gen_co_author(co_author):
36
if co_author is '':
37
return ''
38
- return "Co-authored-by: %s" % co_author
+ return "\nCo-authored-by: %s" % co_author
39
40
41
def create_file(convention_name, dont_create=False):
0 commit comments