Update files with proper formatting
[appc.git] / appc-client / client-lib / src / main / java / org / onap / appc / client / impl / protocol / ProducerImpl.java
index b979c9d..b0bde6a 100644 (file)
@@ -66,7 +66,7 @@ class ProducerImpl implements Producer {
         //added for loop for defect 354330
         for (String url : hosts) {
             if (url.contains("3905") || url.contains("https")) {
-               builder.usingHttps(true);
+                builder.usingHttps(true);
                 break;
             }
         }