Skip to content

Commit 165b268

Browse files
committed
style
1 parent fd15c2d commit 165b268

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/socket/PSocket.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public class PSocket extends PythonBuiltinObject implements Channel {
8484
public static final int IPPROTO_TCP = 6;
8585

8686
@CompilationFinal private static InetSocketAddress EPHEMERAL_ADDRESS;
87+
8788
private static InetSocketAddress getEphemeralAddress() {
8889
if (EPHEMERAL_ADDRESS == null) {
8990
CompilerDirectives.transferToInterpreterAndInvalidate();

0 commit comments

Comments
 (0)