Skip to content

Commit 1b2024d

Browse files
committed
fix(net):format code
1 parent 071a15b commit 1b2024d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/src/main/java/org/tron/core/net/TronNetService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public static boolean hasIpv4Stack(Set<String> ipSet) {
147147
return false;
148148
}
149149

150-
private P2pConfig getConfig(){
150+
private P2pConfig getConfig() {
151151
P2pConfig config = new P2pConfig();
152152
return updateConfig(config);
153153
}

0 commit comments

Comments
 (0)