Skip to content

Commit

Permalink
Remove redundant newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Sep 28, 2018
1 parent 0e0a902 commit bf0f393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiny.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const Num = Symbol('num');
const parse = tokens => {

let c = 0;

const peek = () => tokens[c];
const consume = () => tokens[c++];

Expand Down

0 comments on commit bf0f393

Please sign in to comment.