Skip to content

Commit 49a130c

Browse files
committed
chore(style): fix spacing style
1 parent a5ecad5 commit 49a130c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/inject/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ var inject = function () {
492492
if (data instanceof Array) {
493493
toAppend = '<div>' +
494494
toAppend +
495-
((key===data.length-1)?'':',') +
495+
((key === (data.length - 1))?'':',') +
496496
'</div>';
497497
} else {
498498
toAppend = '<div>' +

0 commit comments

Comments
 (0)