syntax alignment (#596)

This commit is contained in:
xwa130saucer 2020-01-23 09:45:33 -08:00 committed by Yury Semikhatsky
parent fa2f321fdd
commit cc1891ee91

View File

@ -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');