Further yang-parser-impl checkstyle fixes
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / parser / stmt / rfc7950 / Bug6868Test.java
index 0131e3b04781895df2df8f131bcf81e9579cbb53..4b9569728290e0d3261406ab9a402292b8719fbd 100644 (file)
@@ -49,7 +49,8 @@ public class Bug6868Test {
                 ImmutableSet.of("my-container-1", "my-container-2", "my-container-3", "foo"));
         assertSchemaContextFor(ImmutableSet.of("foo", "bar", "baz", "imp:bar"),
                 ImmutableSet.of("my-container-1", "my-container-2", "my-container-3", "foo", "imp-bar"));
-        assertSchemaContextFor(ImmutableSet.of("foo", "baz", "imp:bar"), ImmutableSet.of("foo", "imp-bar", "imp-bar-2"));
+        assertSchemaContextFor(ImmutableSet.of("foo", "baz", "imp:bar"),
+            ImmutableSet.of("foo", "imp-bar", "imp-bar-2"));
     }
 
     private static void assertSchemaContextFor(final Set<String> supportedFeatures,