Skip to content

Commit 6f5c3ed

Browse files
committed
minor formatting
1 parent b40ecd4 commit 6f5c3ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public Service(int port, String protocol) {
9999
}
100100
}
101101

102-
static protected Map<String, List<Service>> services;
103-
static protected Map<String, Integer> protocols;
102+
protected static Map<String, List<Service>> services;
103+
protected static Map<String, Integer> protocols;
104104

105105
@TruffleBoundary
106106
private static Map<String, List<Service>> parseServices() {
@@ -191,7 +191,6 @@ private static String[] cleanLine(String input) {
191191

192192
static {
193193
if (ImageInfo.inImageBuildtimeCode()) {
194-
195194
services = parseServices();
196195
protocols = parseProtocols();
197196
}

0 commit comments

Comments
 (0)