>                                      .build();
>     }
>  
>     private Iterable<String> createIso3166Codes(Address address) {
> -      if (address == null) return ImmutableSet.<String> of();
> +      if (address== null) return ImmutableSet.<String> of();

[minor] Add the space back again

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

Reply via email to