Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepri committed Jun 4, 2018
1 parent 39fff74 commit aa013f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/procfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function readProcFile (pid, options, done) {

history.set(stat, options.maxage)


return done(null, {
cpu: Math.min(cpu, 100.0),
memory: memory,
Expand Down
5 changes: 3 additions & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ test('should work with an array of pids', async t => {
child.stderr.on('data', d => reject(d.toString()))
child.on('error', reject)
child.on('exit', reject)
})
, 'script not executed')
}),
'script not executed'
)

const pids = [ppid, pid]
let result
Expand Down

0 comments on commit aa013f6

Please sign in to comment.