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
0b0b446d38
commit
1492374f99
@ -25,5 +25,4 @@ public interface Http2Frame {
|
||||
* Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.
|
||||
*/
|
||||
String name();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user