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

Minor whitespace change.

This commit is contained in:
Jens Braeuer 2011-10-04 13:52:44 +02:00
parent 40f8f45c32
commit c337c630bc

View file

@ -1,6 +1,10 @@
module Fog
module AWS
class CloudWatch
<<<<<<< HEAD
=======
>>>>>>> Minor whitespace change.
class Real
require 'fog/aws/parsers/cloud_watch/put_metric_alarm'
@ -51,6 +55,7 @@ module Fog
}.merge(options))
end
end
end
end
end