Skip to content

Commit 159a08b

Browse files
committed
RuboCop.
1 parent 4beb746 commit 159a08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/http2/window.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module HTTP2
99
class Window
1010
# When an HTTP/2 connection is first established, new streams are created with an initial flow-control window size of 65,535 octets. The connection flow-control window is also 65,535 octets.
1111
DEFAULT_CAPACITY = 0xFFFF
12-
12+
1313
# Initialize a new flow control window.
1414
# @parameter capacity [Integer] The initial window size, typically from the settings.
1515
def initialize(capacity = DEFAULT_CAPACITY)

0 commit comments

Comments
 (0)