Skip to content

Commit caeb0d6

Browse files
committed
Fix style
1 parent 9d47fd1 commit caeb0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/frame/MaterializeFrameNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ static void doGenericDict(VirtualFrame frame, PFrame pyFrame, Frame frameToSync,
645645
}
646646

647647
private static void syncDict(VirtualFrame frame, int slot, FrameInfo info, Frame frameToSync, PDict localsDict, HashingStorageLibrary lib,
648-
ConditionProfile hasFrame, BranchProfile updatedStorage, ConditionProfile profile) {
648+
ConditionProfile hasFrame, BranchProfile updatedStorage, ConditionProfile profile) {
649649
HashingStorage storage = localsDict.getDictStorage();
650650
String identifier = info.getVariableName(slot);
651651
Object value = frameToSync.getValue(slot);

0 commit comments

Comments
 (0)