mirror of https://github.com/apache/jclouds.git
remove addl whitespace pointed out in JCLOUDS-331
This commit is contained in:
parent
9a7336bb0e
commit
3ecbf90847
|
@ -86,7 +86,7 @@ public class EC2TemplateBuilderTest {
|
||||||
.parent(provider).build();
|
.parent(provider).build();
|
||||||
|
|
||||||
public static final Hardware CC1_4XLARGE = cc1_4xlarge().supportsImageIds(ImmutableSet.of("us-east-1/cc-image"))
|
public static final Hardware CC1_4XLARGE = cc1_4xlarge().supportsImageIds(ImmutableSet.of("us-east-1/cc-image"))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verifies that {@link TemplateBuilderImpl} would choose the correct size of the instance, based
|
* Verifies that {@link TemplateBuilderImpl} would choose the correct size of the instance, based
|
||||||
|
|
Loading…
Reference in New Issue