mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
chore: RuboCop lint Layout/SpaceBeforeBlockBraces
This commit is contained in:
parent
a68ebbcb72
commit
52a513d232
@ -93,7 +93,7 @@ module Faraday
|
||||
|
||||
def big_string
|
||||
kb = 1024
|
||||
(32..126).map{|i| i.chr}.cycle.take(50 * kb).join
|
||||
(32..126).map {|i| i.chr}.cycle.take(50 * kb).join
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -139,7 +139,7 @@ module Adapters
|
||||
|
||||
def test_raises_an_error_if_no_stub_is_found_for_request
|
||||
assert_raises Stubs::NotFound do
|
||||
@conn.get('/invalid'){ [200, {}, []] }
|
||||
@conn.get('/invalid') { [200, {}, []] }
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -4,7 +4,7 @@ module Faraday
|
||||
module Shared
|
||||
def self.big_string
|
||||
kb = 1024
|
||||
(32..126).map{|i| i.chr}.cycle.take(50 * kb).join
|
||||
(32..126).map {|i| i.chr}.cycle.take(50 * kb).join
|
||||
end
|
||||
|
||||
def big_string
|
||||
|
Loading…
x
Reference in New Issue
Block a user