Skip to content

Commit b629dce

Browse files
remove trailing comma from author list
1 parent 233ee4a commit b629dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function abbreviate_first_names(names)
116116
end
117117
str *= ", "
118118
end
119-
return str
119+
return str[1:end-2] # remove ", " for the last name
120120
end
121121

122122
latex_conversion = Dict(

0 commit comments

Comments
 (0)