From 75cf0c4b5e36c7ced5784697ca199a810745e363 Mon Sep 17 00:00:00 2001 From: Xinyi Date: Thu, 23 Jan 2020 09:30:16 -0800 Subject: [PATCH] syntax alignment --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1d04bd9e0c..569b1281a2 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ * limitations under the License. */ -const {helper} = require('./lib/helper'); +const { helper } = require('./lib/helper'); const api = require('./lib/api'); const packageJson = require('./package.json'); const { DeviceDescriptors } = require('./lib/deviceDescriptors');