Skip to content

Commit 85da90b

Browse files
committed
added missing newline to fix first heading after table not properly formatted
1 parent 52ee494 commit 85da90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ gulp.task 'docs', ->
119119
120120
"""
121121

122-
table += "</table>\n"
122+
table += "</table>\n\n"
123123
require('fs').writeFileSync('./protocols.md', header + table + main)
124124

0 commit comments

Comments
 (0)