Skip to content

Commit

Permalink
fix Delayed when required after async/http/protocol/*
Browse files Browse the repository at this point in the history
  • Loading branch information
zarqman committed Sep 5, 2023
1 parent c58bafb commit c35832e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Viacheslav Koval <[email protected]>
Sam Shadwell <[email protected]>
Thomas Morgan <[email protected]>
2 changes: 1 addition & 1 deletion lib/async/http/body/delayed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
module Async
module HTTP
module Body
class Delayed < Protocol::HTTP::Body::Wrapper
class Delayed < ::Protocol::HTTP::Body::Wrapper
def initialize(body, delay = 0.01)
super(body)

Expand Down

0 comments on commit c35832e

Please sign in to comment.