From 3bd77d2417f29af6ed99bfad2dbe1ac4f2b3cf2e Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Fri, 21 Nov 2014 05:33:34 +0000 Subject: [PATCH] Added newline --- gulpfile.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.coffee b/gulpfile.coffee index d3f0088..cc8111b 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -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