From 13eb718ca141956ee7e36c4adcc455ac7d97a710 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Tue, 19 Sep 2017 16:12:49 +0800 Subject: [PATCH] style lint --- example/hot-reload-bot/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/hot-reload-bot/index.js b/example/hot-reload-bot/index.js index a9d0b733..929df11f 100644 --- a/example/hot-reload-bot/index.js +++ b/example/hot-reload-bot/index.js @@ -25,8 +25,8 @@ * * @author: Gcaufy */ -const fs = require('fs'); -const path = require('path'); +const fs = require('fs'); +const path = require('path'); const { Wechaty } = require('wechaty'); const isProd = process.env.NODE_ENV === 'production'; @@ -34,7 +34,6 @@ const bot = Wechaty.instance(); const EVENT_LIST = ['scan', 'logout', 'login', 'friend', 'room-join', 'room-leave', 'room-topic', 'message', 'heartbeat', 'error']; - // Load lisenter const loadListener = (evt) => { let fn; -- GitLab