Skip to content

Commit 09410de

Browse files
authored
Merge pull request #40 from elasticio/39-quick-fix-lint
Fix codestyle
2 parents 2320a1d + 593a729 commit 09410de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/code.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ describe('code test', () => {
9393
expect(emitter.emit.calledWith('end')).equal(true);
9494
});
9595

96-
9796
it('Processes hello code emitting', async () => {
9897
code = 'function run(message) {'
9998
+ "this.emit('data', messages.newMessageWithBody({message: 'hello world'}));"

0 commit comments

Comments
 (0)