Fix most bgp-parser-impl checkstyle
[bgpcep.git] / bgp / parser-impl / src / test / java / org / opendaylight / protocol / bgp / parser / impl / message / update / OriginatorIdAttributeParserTest.java
index 9d02167737b434cdcbc0e5cd993867e4ecf68b5a..921ab08289d4a95b536441717fde16aae5756e28 100644 (file)
@@ -24,8 +24,9 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mess
 
 public class OriginatorIdAttributeParserTest {
 
-    private static final byte[] ATTRIBUTE_BYTES = {(byte) 0x80, (byte) 0x09, (byte) 0x04,
-            (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF};
+    private static final byte[] ATTRIBUTE_BYTES = {
+        (byte) 0x80, (byte) 0x09, (byte) 0x04, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF
+    };
 
     private static final Attributes RESULT = new AttributesBuilder()
             .setOriginatorId(new OriginatorIdBuilder()