Skip to content

Commit 88f5df6

Browse files
committed
Fix spacing
1 parent b7bb9a8 commit 88f5df6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/api_auth/middleware/excon.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module ApiAuth
22
module Middleware # :nodoc:
33
# Excon middleware for automatically signing requests
4-
# Based on contribution by Pat Leamon (@stiak) in PR #154
54
class Excon # :nodoc:
65
def initialize(stack)
76
@stack = stack
@@ -48,4 +47,4 @@ def body
4847
end
4948
end
5049
end
51-
end
50+
end

0 commit comments

Comments
 (0)