BUG-50 : added tests for Keepalive/Close message.
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / message / PCEPKeepAliveMessageParser.java
index 22ebf6e7b661d2938f20037d7b6b34d4ccb4ed35..91ebd82b93966fcf4d51f92631515d05c0c83e60 100644 (file)
@@ -33,7 +33,6 @@ public class PCEPKeepAliveMessageParser extends AbstractMessageParser {
                        throw new IllegalArgumentException("Wrong instance of Message. Passed instance of " + message.getClass()
                                        + ". Nedded KeepaliveMessage.");
                }
-
                buffer.writeBytes(new byte[0]);
        }