Merge "Netconf-cli compilable and included in project"
[controller.git] / opendaylight / netconf / netconf-netty-util / src / test / java / org / opendaylight / controller / netconf / nettyutil / handler / exi / NetconfStartExiMessageTest.java
index 47abe96687540969174d50d7ced6affc4c3b3f0e..9d831729fced6a5341fb3f5d1793624bf73ce1a7 100644 (file)
@@ -53,8 +53,8 @@ public class NetconfStartExiMessageTest {
         fullOptions.setPreservePIs(true);
 
         return Arrays.asList(new Object[][]{
-                {noChangeXml, new EXIOptions()},
-                {fullOptionsXml, fullOptions},
+            {noChangeXml, new EXIOptions()},
+            {fullOptionsXml, fullOptions},
         });
     }