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 8bd1845 commit 4b9bd1d
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ public Object dispatch(Frame frame, Object receiver, String methodName, Object[]
}

protected final Object dispatchInternal(Frame frame, Object receiver, String methodName, Object[] rubyArgs,
LiteralCallNode literalCallNode,
MetaClassNode metaClassNode,
LookupMethodNode lookupMethodNode,
ConditionProfile methodMissingProfile,
CallInternalMethodNode callNode,
long contextSignature) {
LiteralCallNode literalCallNode,
MetaClassNode metaClassNode,
LookupMethodNode lookupMethodNode,
ConditionProfile methodMissingProfile,
CallInternalMethodNode callNode,
long contextSignature) {
assert RubyArguments.getSelf(rubyArgs) == receiver;

final RubyClass metaclass = metaClassNode.execute(receiver);
Expand Down Expand Up @@ -442,7 +442,7 @@ protected Uncached(DispatchConfiguration config) {

@Override
public Object dispatch(Frame frame, Object receiver, String methodName, Object[] rubyArgs,
LiteralCallNode literalCallNode) {
LiteralCallNode literalCallNode) {
long contextSignature = ContextSignatureUtils.getContextSignature(RubyArguments.getRawArguments(rubyArgs));
return dispatchInternal(frame, receiver, methodName, rubyArgs, literalCallNode,
MetaClassNodeGen.getUncached(),
Expand Down

0 comments on commit 4b9bd1d

Please sign in to comment.