Skip to content

Commit cbe7788

Browse files
committed
Indentation fix
1 parent 04346cd commit cbe7788

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

queue.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {EventEmitter} from 'events';
2-
import {queueProxy} from './proxy';
1+
import { EventEmitter } from 'events';
2+
import { queueProxy } from './proxy';
33

44
export default class Queue extends EventEmitter {
55

@@ -27,10 +27,10 @@ export default class Queue extends EventEmitter {
2727
return new Queue(path);
2828
}
2929

30-
static connectToRemoteQueue(path) {
31-
queueProxy.connectRemote(path, true);
32-
return new Queue(path);
33-
}
30+
static connectToRemoteQueue(path) {
31+
queueProxy.connectRemote(path, true);
32+
return new Queue(path);
33+
}
3434

3535
startReceiving() {
3636
if (this.receiving) {

0 commit comments

Comments
 (0)