1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Trailing whitespace cleanup.

This commit is contained in:
Jens Braeuer 2011-10-04 14:40:54 +02:00
parent 18bdf9e55b
commit f6c57f4f17

View file

@ -3,9 +3,9 @@ Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
tests('success') do
@metrics_list_format = {
'ListMetricsResult' => {
'Metrics' =>
'Metrics' =>
[{
'Dimensions' =>
'Dimensions' =>
[{
'Name' => String,
'Value' => String
@ -20,9 +20,9 @@ Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
@instanceId = 'i-2f3eab59'
@dimension_filtered_metrics_list_format = {
'ListMetricsResult' => {
'Metrics' =>
'Metrics' =>
[{
'Dimensions' =>
'Dimensions' =>
[{
'Name' => 'InstanceId',
'Value' => @instanceId
@ -61,4 +61,4 @@ Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
end
end
end
end
end