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
No known key found for this signature in database
GPG key ID: D59F87F60C5400C9

View file

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