Skip to content

Commit 94dbe39

Browse files
committed
Fixes co-author
1 parent afdd2b9 commit 94dbe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_text(context=False):
3535
def gen_co_author(co_author):
3636
if co_author is '':
3737
return ''
38-
return "Co-authored-by: %s" % co_author
38+
return "\nCo-authored-by: %s" % co_author
3939

4040

4141
def create_file(convention_name, dont_create=False):

0 commit comments

Comments
 (0)