Skip to content

Commit

Permalink
style(e2e/util): add EOF newline
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Oct 24, 2014
1 parent d5cee5b commit 8776021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ console.log = function() {
for(var i = 0, ii = arguments.length; i < ii; i++) {
log.innerHTML += arguments[i];
}
};
};

0 comments on commit 8776021

Please sign in to comment.