> @@ -222,7 +223,7 @@ private TemplateBuilder newTemplateBuilder(Supplier<Set<? 
> extends Image>> images
>        Supplier<Set<? extends Hardware>> sizes = Suppliers.<Set<? extends 
> Hardware>> ofInstance(ImmutableSet
>                 .<Hardware> of(t1_micro().build(), c1_medium().build(), 
> c1_xlarge().build(), m1_large().build(),
>                          m1_small().build(), m1_xlarge().build(), 
> m2_xlarge().build(), m2_2xlarge().build(),
> -                        m2_4xlarge().build(), CC1_4XLARGE));
> +                           
> m2_4xlarge().build(),g2_2xlarge().build(),CC1_4XLARGE));

Any reason for the changed indent here? Also, add a spaces after the commas in 
`m2_4xlarge().build(),g2_2xlarge().build(),CC1_4XLARGE`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/305/files#r10133793

Reply via email to