Skip to content

Commit

Permalink
fix checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 5, 2024
1 parent 858a216 commit c61b21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/mozilla/javascript/regexp/NativeRegExp.java
Original file line number Diff line number Diff line change
Expand Up @@ -2743,6 +2743,8 @@ public Object execIdCall(

return "/" + source + "/" + flags;
}
return realThis(thisObj, f).toString();

case Id_toSource:
return realThis(thisObj, f).toString();

Expand Down

0 comments on commit c61b21c

Please sign in to comment.