> @@ -141,15 +146,16 @@
>  
>        Scheduling scheduling = getScheduling(options);
>  
> -      NewInstance newInstance = new NewInstance.Builder( name,
> -            template.getHardware().getUri(), // machineType
> -            network,
> -            disks)
> -            .description(group)
> -            .tags(Tags.create(null, ImmutableList.copyOf(tags)))
> -            .serviceAccounts(options.serviceAccounts())
> -            .scheduling(scheduling)
> -            .build();
> +      NewInstance newInstance = new NewInstance.Builder(

[minor] can you preserve identation

---
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/pull/951/files/bf595bc06badd3762d092dc0ecfa1f9ced5eb729#r61855781

Reply via email to