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 GitHub
parent d01471917b
commit 33cfcd1cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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