Give Jakefile its ending newline back

This commit is contained in:
Wesley Wigham
2016-06-14 14:58:26 -07:00
parent f12d035a89
commit dc14ce2eb2

View File

@@ -1110,4 +1110,4 @@ task("lint-server", ["build-rules"], function() {
for (var i = 0; i < lintTargets.length; i++) {
lintWatchFile(lintTargets[i]);
}
});
});