Skip to content

Commit

Permalink
corrected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Sorowka committed Jan 15, 2016
1 parent 9ba7346 commit 1da523f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testRandom.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

var mqtt = require('./')
, crypto = require('crypto')
, max = 100000
, i
, start = Date.now() / 1000
, time
, errors = 0
, randomPacket
, crypto = require('crypto')
, max = 100000
, i
, start = Date.now() / 1000
, time
, errors = 0
, randomPacket

function doParse () {
var parser = mqtt.parser()
Expand Down

0 comments on commit 1da523f

Please sign in to comment.