> @@ -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));
No need to reformat cherry-picks; we should have caught this in the initial review. I will look into Checkstyle WhitespaceAround mode to prevent further occurrences. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/305/files#r10134242