Skip to content

Commit 5f85b39

Browse files
committed
Fix style.
1 parent a12bbdc commit 5f85b39

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/object

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/object/PythonObject.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public class PythonObject extends PythonAbstractObject {
5151
protected final PythonClass pythonClass;
5252
@CompilationFinal protected DynamicObject storage;
5353
private PDict dict;
54+
5455
public PythonObject(PythonClass pythonClass) {
5556
if (pythonClass == null) {
5657
CompilerDirectives.transferToInterpreter();

0 commit comments

Comments
 (0)