Skip to content

Commit d1842f2

Browse files
format fix
1 parent 0482bb4 commit d1842f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/cisco/trex/stateless/IPv6NeighborDiscoveryService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ public EthernetPacket sendNeighborSolicitation(
235235

236236
try {
237237
Inet6Address dstIPv6Addr = (Inet6Address) InetAddress.getByName(dstAddr);
238-
Inet6Address srcIPv6Addr =
239-
(Inet6Address) InetAddress.getByName(specifiedSrcIP);
238+
Inet6Address srcIPv6Addr = (Inet6Address) InetAddress.getByName(specifiedSrcIP);
240239

241240
Inet6Address nodeIpv6 = (Inet6Address) InetAddress.getByName(nodeIp);
242241
Inet6Address targetIpv6inNS = (Inet6Address) InetAddress.getByName(dstIp);

0 commit comments

Comments
 (0)