Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / helpers / Loader.java
index 6d27f64..1ec64b7 100644 (file)
@@ -22,5 +22,5 @@
 package org.onap.aaf.auth.helpers;
 
 public interface Loader<T> {
-       public void exec(T t);
+    public void exec(T t);
 }
\ No newline at end of file