CLIMATE-581 - Minor whitespace clean up in tests

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/33b36be4
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/33b36be4
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/33b36be4

Branch: refs/heads/master
Commit: 33b36be4dc23a367f9442462253b42c7b7c0591a
Parents: 5a5f10e
Author: Michael Joyce <[email protected]>
Authored: Tue Mar 24 18:14:50 2015 -0700
Committer: Michael Joyce <[email protected]>
Committed: Tue Mar 24 18:14:50 2015 -0700

----------------------------------------------------------------------
 ocw-config-runner/tests/test_config_writer.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/33b36be4/ocw-config-runner/tests/test_config_writer.py
----------------------------------------------------------------------
diff --git a/ocw-config-runner/tests/test_config_writer.py 
b/ocw-config-runner/tests/test_config_writer.py
index 6e7ffe4..1518d96 100644
--- a/ocw-config-runner/tests/test_config_writer.py
+++ b/ocw-config-runner/tests/test_config_writer.py
@@ -328,7 +328,7 @@ class TestEvaluationSettingsGeneration(unittest.TestCase):
             'spatial_regrid_lats': (-90, 90, 1),
             'spatial_regrid_lons': (-180, 180, 1),
             'subset': [-90, 90, -180, 180, "1500-01-01", "2500-01-01"],
-        } 
+        }
 
         out = writer.generate_evaluation_information(new_eval)
 
@@ -342,7 +342,7 @@ class TestEvaluationSettingsGeneration(unittest.TestCase):
             'spatial_regrid_lats': (-90, 90, 1),
             'spatial_regrid_lons': (-180, 180, 1),
             'subset': [-90, 90, -180, 180, "1500-01-01", "2500-01-01"],
-        } 
+        }
 
         out = writer.generate_evaluation_information(new_eval)
 
@@ -356,7 +356,7 @@ class TestEvaluationSettingsGeneration(unittest.TestCase):
             'spatial_regrid_lats': (-90, 90, 1),
             'spatial_regrid_lons': (-180, 180, 1),
             'subset': [-90, 90, -180, 180, "1500-01-01", "2500-01-01"],
-        } 
+        }
 
         out = writer.generate_evaluation_information(new_eval)
 

Reply via email to