Skip to content

Commit

Permalink
Tidy requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jan 17, 2016
1 parent bde30d4 commit 9f31cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/parse.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var always = 'always';
var auto = 'auto';
var never = 'never';

var defmodes = {};
defmodes[always] = always;
defmodes[auto] = auto;
Expand Down
4 changes: 2 additions & 2 deletions lib/stream.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var tty = require('tty');
var util = require('util');
var tty = require('tty')
, util = require('util');

/**
* Write a writable stream.
Expand Down

0 comments on commit 9f31cdb

Please sign in to comment.