Remove white spaces

This commit is contained in:
Yosuke Kabuto 2016-05-29 19:51:36 +09:00
parent dffa167d5f
commit 07d8f22612
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ module Google
attr_reader :status_code
attr_reader :header
attr_reader :body
def initialize(err, status_code: nil, header: nil, body: nil)
@cause = nil
@ -42,7 +42,7 @@ module Google
end
end
end
# An error which is raised when there is an unexpected response or other
# transport error that prevents an operation from succeeding.
class TransmissionError < Error