Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-kaleba committed Nov 8, 2024
1 parent 21e601a commit 794b364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void assign(VirtualFrame frame, Object value) {
}

public Object doCall(VirtualFrame frame, Object receiverObject, ArgumentsDescriptor descriptor, Object[] rubyArgs,
boolean ruby2KeywordsHash, long contextSignature) {
boolean ruby2KeywordsHash, long contextSignature) {
// Remove empty kwargs in the caller, so the callee does not need to care about this special case
if (descriptor instanceof KeywordArgumentsDescriptor && emptyKeywordArguments(rubyArgs)) {
rubyArgs = removeEmptyKeywordArguments(rubyArgs);
Expand Down

0 comments on commit 794b364

Please sign in to comment.