Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and romaindso committed Jul 10, 2017
1 parent 4e46624 commit 942b320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-dev-utils/eslintFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function formatter(results) {
}

let line = message.line || 0;
let column = message.column || 0;
let position = chalk.dim(`Line ${line}:`);
return [
'',
Expand Down

0 comments on commit 942b320

Please sign in to comment.