fix formatting

This commit is contained in:
Anton Keks 2021-02-15 20:43:46 +02:00
parent 34117fc024
commit ee06f96278

View File

@ -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);
}
}
/**