Skip to content

Commit

Permalink
🎨 whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Aug 7, 2018
1 parent 2a6dc13 commit 858025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/install-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe 'apm install', ->
app.get '/tarball/native-package-1.0.0.tgz', (request, response) ->
response.sendFile path.join(__dirname, 'fixtures', 'native-package-1.0.0.tar.gz')

server = http.createServer(app)
server = http.createServer(app)

live = false
server.listen 3000, '127.0.0.1', ->
Expand Down

0 comments on commit 858025c

Please sign in to comment.