Switch to ESLint formatting

This commit is contained in:
Tulir Asokan
2017-11-25 15:12:05 +02:00
parent 77a2705dd9
commit 64462af078
3 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ commands.search = async (sender, args, reply, app) => {
reply("Usage: $cmdprefix search [-r|--remote] <query>")
return
}
let msg = []
const msg = []
if (args[0] !== "-r" && args[0] !== "--remote") {
const contactResults = await sender.searchContacts(args.join(" "))
if (contactResults.length > 0) {