Skip to content

Commit bdcc2ca

Browse files
committed
Prefer self. for clarity.
1 parent fdc8906 commit bdcc2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/http/protocol/http2/response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def closed(error)
118118

119119
@exception = error
120120

121-
notify!
121+
self.notify!
122122
end
123123
end
124124

0 commit comments

Comments
 (0)