Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 5, 2019
1 parent b9b80ad commit 9760271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const http = require('http')
const https = require('https')
const once = require('once')
const querystring = require('querystring')
const url = require('url')
const url = require('url') // eslint-ignore-line

const isStream = o => o !== null && typeof o === 'object' && typeof o.pipe === 'function'

Expand Down

0 comments on commit 9760271

Please sign in to comment.