From 26ca627925efd26fc3b405d233b5502bb39e0ada Mon Sep 17 00:00:00 2001 From: Taeuk Kang Date: Wed, 19 Dec 2018 14:56:48 +0900 Subject: [PATCH] Run Prettier --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 2d10125..81e10b7 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,8 @@ class GoogleHome { this.options.accent = this.options.accent === undefined ? "en" : options.accent; - this.options.timeout = this.options.timeout === undefined ? 5000 : options.timeout; + this.options.timeout = + this.options.timeout === undefined ? 5000 : options.timeout; } searchDevice(name = this.device.name) {