Remove extra line from end (#10673)

Motivation:
`Http2MultiplexHandler` have to 2 empty lines at the end instead of 1.

Modification:
Removed 1 extra line.

Result:
Little better code style.
This commit is contained in:
Aayush Atharva 2020-10-12 12:52:15 +05:30 committed by Norman Maurer
parent 2233d1ca17
commit 423943e895

View File

@ -354,4 +354,3 @@ public final class Http2MultiplexHandler extends Http2ChannelDuplexHandler {
}
}
}