Remove extra empty line (#10754)
Motivation: `Http2Frame` has extra empty line after `String name();`. However, it should not be there. Modification: Removed extra empty line. Result: Empty-line code style now matching with other classes.
This commit is contained in:
parent
7d9b009cdf
commit
3dce4de50f
@ -25,5 +25,4 @@ public interface Http2Frame {
|
|||||||
* Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.
|
* Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.
|
||||||
*/
|
*/
|
||||||
String name();
|
String name();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user