Bug 8153: Enforce check-style rules for netconf - netconf-topology
[netconf.git] / netconf / netconf-topology / src / main / java / org / opendaylight / netconf / topology / impl / TopologyUtil.java
index 082d868fb177d8aa315f0bfd335b23ac6c68b52f..1a58dbee7daa65aba74fef410f488326b92dd29d 100644 (file)
@@ -35,7 +35,7 @@ public final class TopologyUtil {
         if (pathArgument instanceof InstanceIdentifier.IdentifiableItem<?, ?>) {
 
             final Identifier key = ((InstanceIdentifier.IdentifiableItem) pathArgument).getKey();
-            if(key instanceof NodeKey) {
+            if (key instanceof NodeKey) {
                 return ((NodeKey) key).getNodeId();
             }
         }