> +    public ImageDetails expected() {
> +        return ImageDetails.builder()
> +                .id("fcc451d0-f6e4-4824-ad8f-70ec12326d07")
> +                .name("debian")
> +                .properties(ImmutableMap.of("description", "debian image 
> description"))
> +                .containerFormat(ContainerFormat.BARE)
> +                .diskFormat(DiskFormat.RAW)
> +                .checksum("233afa7b8809d840679b5f0d36d7350a")
> +                .size(65645798l)
> +                .status(Image.Status.ACTIVE)
> +                .owner("5821675")
> +                .isPublic(true)
> +                .createdAt(new 
> SimpleDateFormatDateService().iso8601DateOrSecondsDateParse("2012-05-18T18:06:44"))
> +                .updatedAt(new 
> SimpleDateFormatDateService().iso8601DateOrSecondsDateParse("2012-05-18T18:42:58"))
> +                .build();
> +    }

jclouds uses a [3 space 
indentation](https://cwiki.apache.org/confluence/display/JCLOUDS/Coding+Standards).
 Could you revert the re-formatting of this class so we can see the real diff? 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/195/files#r33062677

Reply via email to