1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

removed excessive spacing

This commit is contained in:
Michael Ficarra 2011-12-10 21:19:59 -05:00
parent 7b4f1b165d
commit 63ab886e9f
14 changed files with 2 additions and 48 deletions

View file

@ -63,7 +63,6 @@
};
return OptionParser;
})();
LONG_FLAG = /^(--\w[\w\-]+)/;
@ -118,5 +117,4 @@
}
return result;
};
}).call(this);