Fix codestyle
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / NextTableMissTablePropertySerializerTest.java
index afd5b86bd3bb0554d520099caea171556d7a96f7..84bcfb5f9dae6b11098dd282c61b49a23f275e0a 100644 (file)
@@ -29,9 +29,7 @@ public class NextTableMissTablePropertySerializerTest extends AbstractTablePrope
                         .build())
                 .build();
 
-        assertProperty(property, out -> {
-            assertEquals(out.readUnsignedByte(), tableId);
-        });
+        assertProperty(property, out -> assertEquals(out.readUnsignedByte(), tableId));
     }
 
     @Override