From 07d8f226127b30e6a0b05d13815ba5d4d9cdccf0 Mon Sep 17 00:00:00 2001 From: Yosuke Kabuto Date: Sun, 29 May 2016 19:51:36 +0900 Subject: [PATCH] Remove white spaces --- lib/google/apis/errors.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/google/apis/errors.rb b/lib/google/apis/errors.rb index 96c5a4056..29fed01de 100644 --- a/lib/google/apis/errors.rb +++ b/lib/google/apis/errors.rb @@ -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