From cc1891ee91a63590323fbf6bf4640a41aa50b8c7 Mon Sep 17 00:00:00 2001 From: xwa130saucer <56899403+xwa130saucer@users.noreply.github.com> Date: Thu, 23 Jan 2020 09:45:33 -0800 Subject: [PATCH] syntax alignment (#596) --- 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');