Eliminate NormalizedNodePayload
[netconf.git] / restconf / restconf-nb / src / test / resources / instanceidentifier / yang / foo-module.yang
index 16b8e7f3551e2a611de8b1cca21548bfde2d83a3..34b067781cb03ebc9574fdf1920cd8f722f03169 100644 (file)
@@ -6,6 +6,5 @@ module foo-module {
   }
 
   /* This container has the same name as container in bar-module */
-  container foo-bar-container {
-  }
-}
\ No newline at end of file
+  container foo-bar-container;
+}