Skip to content

Commit

Permalink
Remove empty lines between requires
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 14, 2018
1 parent e6408f5 commit 638c638
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/OptiPng.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
var childProcess = require('child_process');

var Duplex = require('stream').Duplex;

var util = require('util');

var fs = require('fs');

var getTemporaryFilePath = require('gettemporaryfilepath');

var which = require('which');

var memoizeAsync = require('memoizeasync');

// a bit of boilerplate to set up our stream class
Expand Down

0 comments on commit 638c638

Please sign in to comment.