Skip to content

Commit d877d23

Browse files
author
Chris K
committed
Added blank line between two ifs.
1 parent 14afa42 commit d877d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ecma-debugger/jssourcetooltip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ cls.JSSourceTooltip = function(view)
397397
bracket_stack.push(token[VALUE])
398398
previous_token = token;
399399
}
400+
400401
if (token[VALUE] == "[")
401402
{
402403
bracket_stack.pop();

0 commit comments

Comments
 (0)