Skip to content

Commit 54789d5

Browse files
committed
linting
1 parent 86b7fb2 commit 54789d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ module.exports = class IrcClient extends EventEmitter {
381381
sendMessage(commandName, target, message) {
382382
let lines = message
383383
.split(/\r\n|\n|\r/)
384-
.filter(i=>i);
384+
.filter(i => i);
385385

386386
lines.forEach(line => {
387387
// Maximum length of target + message we can send to the IRC server is 500 characters

0 commit comments

Comments
 (0)