Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / aai / entities / QueryStep.java
index b056fd0..c662b4e 100644 (file)
@@ -23,6 +23,6 @@ package org.onap.so.client.aai.entities;
 @FunctionalInterface
 public interface QueryStep {
 
-       
-       public String build();
+
+    public String build();
 }