Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
taeukkang committed Dec 19, 2018
1 parent 933db62 commit 26ca627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 26ca627

Please sign in to comment.