From aac79d3386c573a72ba5b85c3c0f29db084cef43 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 22 Apr 2011 20:41:41 -0400
Subject: [PATCH] Remove extraneous characters.

---
 test/fixtures/bing_madison_square_garden.json | 4 ++--
 test/fixtures/bing_no_results.json            | 4 ++--
 test/fixtures/bing_reverse.json               | 4 ++--
 test/test_helper.rb                           | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/test/fixtures/bing_madison_square_garden.json b/test/fixtures/bing_madison_square_garden.json
index 36311593..d24e06e9 100644
--- a/test/fixtures/bing_madison_square_garden.json
+++ b/test/fixtures/bing_madison_square_garden.json
@@ -1,7 +1,7 @@
 {
    "authenticationResultCode":"ValidCredentials",
    "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
-   "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
+   "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
    "resourceSets":[
       {
          "estimatedTotal":1,
@@ -37,4 +37,4 @@
    "statusCode":200,
    "statusDescription":"OK",
    "traceId":"55094ee53c8d45e789794014666328cd|CH1M001466|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001370, CH1MSNVM001397"
-}
\ No newline at end of file
+}
diff --git a/test/fixtures/bing_no_results.json b/test/fixtures/bing_no_results.json
index c42760e3..43135d61 100644
--- a/test/fixtures/bing_no_results.json
+++ b/test/fixtures/bing_no_results.json
@@ -1,7 +1,7 @@
 {
    "authenticationResultCode":"ValidCredentials",
    "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
-   "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
+   "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
    "resourceSets":[
       {
          "estimatedTotal":0,
@@ -13,4 +13,4 @@
    "statusCode":200,
    "statusDescription":"OK",
    "traceId":"907b76a307bc49129a489de3d4c992ea|CH1M001463|02.00.82.2800|CH1MSNVM001383, CH1MSNVM001358, CH1MSNVM001397"
-}
\ No newline at end of file
+}
diff --git a/test/fixtures/bing_reverse.json b/test/fixtures/bing_reverse.json
index 5ea86d06..443213c2 100644
--- a/test/fixtures/bing_reverse.json
+++ b/test/fixtures/bing_reverse.json
@@ -1,7 +1,7 @@
 {
    "authenticationResultCode":"ValidCredentials",
    "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
-   "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
+   "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
    "resourceSets":[
       {
          "estimatedTotal":1,
@@ -39,4 +39,4 @@
    "statusCode":200,
    "statusDescription":"OK",
    "traceId":"27bd5ed659e64ba6970c4144f1d4ea94|CH1M001470|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001374"
-}
\ No newline at end of file
+}
diff --git a/test/test_helper.rb b/test/test_helper.rb
index d9a1463a..bddff7d1 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -119,7 +119,7 @@ module Geocoder
         read_fixture "freegeoip_74_200_247_59.json"
       end
     end
-    
+
     class Bing < Base
       private #-----------------------------------------------------------------
       def fetch_raw_data(query, reverse = false)
@@ -135,7 +135,7 @@ module Geocoder
         end
       end
     end
-    
+
   end
 end
 
-- 
GitLab