Skip to content

Commit

Permalink
fix restyled-io and ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 committed Mar 23, 2022
1 parent 7d81ef7 commit 8024754
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import android.content.Context;
import android.util.Log;

import java.net.Inet4Address;
import java.net.InetAddress;
import java.net.SocketException;
Expand Down Expand Up @@ -77,7 +76,7 @@ public NetworkInterface[] getNetworkInterfaces() {
if (anInterface.ipv4Address == null) {
anInterface.ipv4Address = ip.getAddress();
}
} else if (ip instanceof InetAddress) {
} else if (ip instanceof InetAddress) {
if (anInterface.ipv6Address == null) {
anInterface.ipv6Address = ip.getAddress();
}
Expand Down

0 comments on commit 8024754

Please sign in to comment.