Skip to content

Commit bfa05d4

Browse files
committed
chore(profiler): fix linter errors
1 parent 37883c1 commit bfa05d4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/agent/profiler/cpu/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CpuProfiler.prototype.sendProfile = function () {
1919

2020
v8profiler.startProfiling('trace-cpu-profile', true)
2121

22-
setTimeout(function() {
22+
setTimeout(function () {
2323
var profile = v8profiler.stopProfiling('trace-cpu-profile')
2424

2525
// if the v8-profiler cannot be compiled, we won't have a profile

lib/agent/profiler/cpu/index.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ describe('The Cpu Profiler module', function () {
4848
expect(profile.delete).to.be.called
4949
done()
5050
}, 1)
51-
5251
})
5352
})

0 commit comments

Comments
 (0)