>  
> -   public abstract String location();
> -
> -   @SerializedNames({"id", "country_code", "location"})
> -   public static DataCenter create(String id, String countryCode, String 
> location) {
> -      return new AutoValue_DataCenter(id, countryCode, location);
> -   }
> +    @SerializedNames({"id", "country_code", "location"})
> +    public static DataCenter create(String id, String countryCode, String 
> location) {
> +        return new AutoValue_DataCenter(id, countryCode, location);
> +    }

Re-indent to 3 spaces

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/307/files/915aa395f4fe7805f8c6fe7f0e333184935eb43c#r74424791

Reply via email to