From 2f97d6305c06912dd17644961e5b61d5c9b5c9b7 Mon Sep 17 00:00:00 2001 From: Michael Zeng Date: Mon, 3 Oct 2011 18:34:59 -0400 Subject: [PATCH] added newline to the end of file --- lib/fog/aws/models/cloud_watch/alarm.rb | 2 +- lib/fog/aws/models/cloud_watch/alarm_data.rb | 2 +- lib/fog/aws/models/cloud_watch/alarm_datum.rb | 2 +- lib/fog/aws/models/cloud_watch/alarm_histories.rb | 2 +- lib/fog/aws/models/cloud_watch/alarm_history.rb | 2 +- lib/fog/aws/models/cloud_watch/metric.rb | 2 +- lib/fog/aws/models/cloud_watch/metric_statistic.rb | 2 +- lib/fog/aws/parsers/cloud_watch/delete_alarms.rb | 2 +- lib/fog/aws/parsers/cloud_watch/describe_alarm_history.rb | 2 +- lib/fog/aws/parsers/cloud_watch/describe_alarms.rb | 2 +- lib/fog/aws/parsers/cloud_watch/describe_alarms_for_metric.rb | 2 +- lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb | 2 +- lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb | 2 +- lib/fog/aws/parsers/cloud_watch/get_metric_statistics.rb | 1 + lib/fog/aws/parsers/cloud_watch/put_metric_alarm.rb | 2 +- lib/fog/aws/parsers/cloud_watch/set_alarm_state.rb | 2 +- lib/fog/aws/requests/cloud_watch/delete_alarms.rb | 2 +- lib/fog/aws/requests/cloud_watch/describe_alarm_history.rb | 2 +- lib/fog/aws/requests/cloud_watch/describe_alarms.rb | 2 +- lib/fog/aws/requests/cloud_watch/describe_alarms_for_metric.rb | 2 +- lib/fog/aws/requests/cloud_watch/disable_alarm_actions.rb | 2 +- lib/fog/aws/requests/cloud_watch/enable_alarm_actions.rb | 2 +- lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb | 2 +- lib/fog/aws/requests/cloud_watch/set_alarm_state.rb | 2 +- tests/aws/models/cloud_watch/alarm_history_tests.rb | 3 +-- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/lib/fog/aws/models/cloud_watch/alarm.rb b/lib/fog/aws/models/cloud_watch/alarm.rb index a36baecac..759537423 100644 --- a/lib/fog/aws/models/cloud_watch/alarm.rb +++ b/lib/fog/aws/models/cloud_watch/alarm.rb @@ -9,4 +9,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/models/cloud_watch/alarm_data.rb b/lib/fog/aws/models/cloud_watch/alarm_data.rb index 7bc48704e..fac0b2968 100644 --- a/lib/fog/aws/models/cloud_watch/alarm_data.rb +++ b/lib/fog/aws/models/cloud_watch/alarm_data.rb @@ -36,4 +36,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/models/cloud_watch/alarm_datum.rb b/lib/fog/aws/models/cloud_watch/alarm_datum.rb index fb9e66d3f..6c01152e8 100644 --- a/lib/fog/aws/models/cloud_watch/alarm_datum.rb +++ b/lib/fog/aws/models/cloud_watch/alarm_datum.rb @@ -63,4 +63,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/models/cloud_watch/alarm_histories.rb b/lib/fog/aws/models/cloud_watch/alarm_histories.rb index 27558c21f..7e4a76f95 100644 --- a/lib/fog/aws/models/cloud_watch/alarm_histories.rb +++ b/lib/fog/aws/models/cloud_watch/alarm_histories.rb @@ -15,4 +15,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/models/cloud_watch/alarm_history.rb b/lib/fog/aws/models/cloud_watch/alarm_history.rb index 583ccacb2..c257529e4 100644 --- a/lib/fog/aws/models/cloud_watch/alarm_history.rb +++ b/lib/fog/aws/models/cloud_watch/alarm_history.rb @@ -13,4 +13,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/models/cloud_watch/metric.rb b/lib/fog/aws/models/cloud_watch/metric.rb index d15ae8417..47a97f5f3 100644 --- a/lib/fog/aws/models/cloud_watch/metric.rb +++ b/lib/fog/aws/models/cloud_watch/metric.rb @@ -11,4 +11,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/models/cloud_watch/metric_statistic.rb b/lib/fog/aws/models/cloud_watch/metric_statistic.rb index bc23ce30d..9f5213981 100644 --- a/lib/fog/aws/models/cloud_watch/metric_statistic.rb +++ b/lib/fog/aws/models/cloud_watch/metric_statistic.rb @@ -43,4 +43,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/delete_alarms.rb b/lib/fog/aws/parsers/cloud_watch/delete_alarms.rb index 47571638d..8a0999b96 100644 --- a/lib/fog/aws/parsers/cloud_watch/delete_alarms.rb +++ b/lib/fog/aws/parsers/cloud_watch/delete_alarms.rb @@ -23,4 +23,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/describe_alarm_history.rb b/lib/fog/aws/parsers/cloud_watch/describe_alarm_history.rb index 35fa2a8f9..35aa113bf 100644 --- a/lib/fog/aws/parsers/cloud_watch/describe_alarm_history.rb +++ b/lib/fog/aws/parsers/cloud_watch/describe_alarm_history.rb @@ -37,4 +37,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/describe_alarms.rb b/lib/fog/aws/parsers/cloud_watch/describe_alarms.rb index caae2b364..73c2226e9 100644 --- a/lib/fog/aws/parsers/cloud_watch/describe_alarms.rb +++ b/lib/fog/aws/parsers/cloud_watch/describe_alarms.rb @@ -70,4 +70,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/describe_alarms_for_metric.rb b/lib/fog/aws/parsers/cloud_watch/describe_alarms_for_metric.rb index b7b919fd9..95a4d50ed 100644 --- a/lib/fog/aws/parsers/cloud_watch/describe_alarms_for_metric.rb +++ b/lib/fog/aws/parsers/cloud_watch/describe_alarms_for_metric.rb @@ -68,4 +68,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb b/lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb index 48db69cc8..7700e0698 100644 --- a/lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb +++ b/lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb @@ -23,4 +23,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb b/lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb index 263a54ebb..f14dc362e 100644 --- a/lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb +++ b/lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb @@ -23,4 +23,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/get_metric_statistics.rb b/lib/fog/aws/parsers/cloud_watch/get_metric_statistics.rb index 9f802f2d6..167303d7f 100644 --- a/lib/fog/aws/parsers/cloud_watch/get_metric_statistics.rb +++ b/lib/fog/aws/parsers/cloud_watch/get_metric_statistics.rb @@ -40,3 +40,4 @@ module Fog end end end + diff --git a/lib/fog/aws/parsers/cloud_watch/put_metric_alarm.rb b/lib/fog/aws/parsers/cloud_watch/put_metric_alarm.rb index aa878b28f..2fa3a2bdf 100644 --- a/lib/fog/aws/parsers/cloud_watch/put_metric_alarm.rb +++ b/lib/fog/aws/parsers/cloud_watch/put_metric_alarm.rb @@ -23,4 +23,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/parsers/cloud_watch/set_alarm_state.rb b/lib/fog/aws/parsers/cloud_watch/set_alarm_state.rb index f6482d15f..3b3564395 100644 --- a/lib/fog/aws/parsers/cloud_watch/set_alarm_state.rb +++ b/lib/fog/aws/parsers/cloud_watch/set_alarm_state.rb @@ -23,4 +23,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/delete_alarms.rb b/lib/fog/aws/requests/cloud_watch/delete_alarms.rb index 7e4a3c0e9..95e6389fe 100644 --- a/lib/fog/aws/requests/cloud_watch/delete_alarms.rb +++ b/lib/fog/aws/requests/cloud_watch/delete_alarms.rb @@ -27,4 +27,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/describe_alarm_history.rb b/lib/fog/aws/requests/cloud_watch/describe_alarm_history.rb index 14035f4b0..fc20f9629 100644 --- a/lib/fog/aws/requests/cloud_watch/describe_alarm_history.rb +++ b/lib/fog/aws/requests/cloud_watch/describe_alarm_history.rb @@ -30,4 +30,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/describe_alarms.rb b/lib/fog/aws/requests/cloud_watch/describe_alarms.rb index bbeb70e25..61999fe34 100644 --- a/lib/fog/aws/requests/cloud_watch/describe_alarms.rb +++ b/lib/fog/aws/requests/cloud_watch/describe_alarms.rb @@ -35,4 +35,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/describe_alarms_for_metric.rb b/lib/fog/aws/requests/cloud_watch/describe_alarms_for_metric.rb index bdb57a6b1..fc36ee0bd 100644 --- a/lib/fog/aws/requests/cloud_watch/describe_alarms_for_metric.rb +++ b/lib/fog/aws/requests/cloud_watch/describe_alarms_for_metric.rb @@ -36,4 +36,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/disable_alarm_actions.rb b/lib/fog/aws/requests/cloud_watch/disable_alarm_actions.rb index 3d7436c14..af677e251 100644 --- a/lib/fog/aws/requests/cloud_watch/disable_alarm_actions.rb +++ b/lib/fog/aws/requests/cloud_watch/disable_alarm_actions.rb @@ -27,4 +27,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/enable_alarm_actions.rb b/lib/fog/aws/requests/cloud_watch/enable_alarm_actions.rb index 730edcc4b..ec07f449d 100644 --- a/lib/fog/aws/requests/cloud_watch/enable_alarm_actions.rb +++ b/lib/fog/aws/requests/cloud_watch/enable_alarm_actions.rb @@ -27,4 +27,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb b/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb index 989fe369e..96d621a85 100644 --- a/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb +++ b/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb @@ -54,4 +54,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/lib/fog/aws/requests/cloud_watch/set_alarm_state.rb b/lib/fog/aws/requests/cloud_watch/set_alarm_state.rb index 6237276ef..474715187 100644 --- a/lib/fog/aws/requests/cloud_watch/set_alarm_state.rb +++ b/lib/fog/aws/requests/cloud_watch/set_alarm_state.rb @@ -28,4 +28,4 @@ module Fog end end end -end \ No newline at end of file +end diff --git a/tests/aws/models/cloud_watch/alarm_history_tests.rb b/tests/aws/models/cloud_watch/alarm_history_tests.rb index 92d20caf3..d2b6f728f 100644 --- a/tests/aws/models/cloud_watch/alarm_history_tests.rb +++ b/tests/aws/models/cloud_watch/alarm_history_tests.rb @@ -1,7 +1,6 @@ Shindo.tests("AWS::CloudWatch | alarm_histories", ['aws', 'cloudwatch']) do tests('success') do - pending tests("#all").succeeds do Fog::AWS[:cloud_watch].alarm_histories.all end @@ -18,4 +17,4 @@ Shindo.tests("AWS::CloudWatch | alarm_histories", ['aws', 'cloudwatch']) do end end -end \ No newline at end of file +end