Skip to content

Commit

Permalink
[[CHORE]] Remove unnecessary assignment (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed May 5, 2020
1 parent 5e36b79 commit 8deec6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jshint.js
Expand Up @@ -1028,7 +1028,6 @@ var JSHINT = (function() {
}

function nolinebreak(t) {
t = t;
if (!sameLine(t, state.tokens.next)) {
warning("E022", t, t.value);
}
Expand Down

0 comments on commit 8deec6f

Please sign in to comment.