X Tutup
Skip to content

Commit 656fb59

Browse files
committed
Fixing lint error
1 parent 8bc4d3f commit 656fb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/api-process-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('process module', function () {
1212
describe('process.getIOCounters()', function () {
1313
it('returns an io counters object', function () {
1414
if (process.platform !== 'win32') {
15-
return;
15+
return
1616
}
1717
var ioCounters = process.getIOCounters()
1818
assert.equal(typeof ioCounters.readOperationCount, 'number')

0 commit comments

Comments
 (0)
X Tutup