Added newline

This commit is contained in:
Lee Olayvar
2014-11-21 05:33:34 +00:00
parent b5d7fbb9a3
commit 3bd77d2417
+2
View File
@@ -86,6 +86,8 @@ format_json = (data, filepath) ->
else teamName = teamPathName
output += " [#{teamName}](./Teams/#{teamPathName}/ABOUT.md) |"
# Add a newline to end this row.
output += '\n'
# Return the final output
output