Skip to content

Commit aaf3b2e

Browse files
committed
Fixed jshint error
1 parent 2a42ca1 commit aaf3b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ var lib = {
296296

297297
//jscs:disable disallowUnusedParams
298298
showdevicetypes: function(args) {
299-
this.getdevicetypes().forEach(function(device){
299+
this.getdevicetypes().forEach(function(device) {
300300
console.log(device);
301301
});
302302
},

0 commit comments

Comments
 (0)