Skip to content

Commit ad80918

Browse files
committed
fix style
1 parent ee1f309 commit ad80918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/SocketModuleBuiltins.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ PTuple doGeneric(VirtualFrame frame, String ip_address) {
321321
}
322322
}
323323

324-
325324
@TruffleBoundary
326325
private static String getHostAddress(InetAddress address) {
327326
return address.getHostAddress();

0 commit comments

Comments
 (0)