> @@ -124,7 +130,8 @@ protected void printNodes(ComputeService service, Set<? 
> extends ComputeMetadata>
>     }
>  
>     protected void printHardwares(ComputeService service, Set<? extends 
> Hardware> hardwares, PrintStream out) {
> -     ShellTable table = shellTableFactory.build("hardware");
> +      initShellTableFactory();
> +      ShellTable table = shellTableFactory.build("hardware");

Spacing (and below as well).

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

Reply via email to