mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
fix formatting
This commit is contained in:
parent
34117fc024
commit
ee06f96278
@ -57,7 +57,8 @@ public class InetAddressUtils {
|
||||
}
|
||||
catch (UnknownHostException e) {
|
||||
// this should never happen as we are modifying the same bytes received from the InetAddress
|
||||
throw new IllegalArgumentException(e); }
|
||||
throw new IllegalArgumentException(e);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user