From ee06f9627835d9da314f9b122d6123d91eba97d5 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Mon, 15 Feb 2021 20:43:46 +0200 Subject: [PATCH] fix formatting --- src/net/azib/ipscan/util/InetAddressUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/net/azib/ipscan/util/InetAddressUtils.java b/src/net/azib/ipscan/util/InetAddressUtils.java index 01daa3db..b663df10 100644 --- a/src/net/azib/ipscan/util/InetAddressUtils.java +++ b/src/net/azib/ipscan/util/InetAddressUtils.java @@ -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); + } } /**