Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
daniep01 authored and actions-user committed Feb 25, 2022
1 parent e6b8574 commit 7cd6a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ instance.prototype.deviceInformation = function (key, data) {
self.platforms.push({ id: p[i].trim(), label: p[i].trim() })
}
self.has_data = true

console.log('platforms available from device:')
console.log(self.platforms)
self.actions()
Expand Down

0 comments on commit 7cd6a16

Please sign in to comment.