Remove Tabs, per Jococo
[aaf/authz.git] / auth / auth-cmd / src / main / java / org / onap / aaf / auth / cmd / user / List.java
index 444a82a..212df8a 100644 (file)
@@ -64,9 +64,9 @@ public class List extends BaseCmd<User> {
             String tag=user.getTag();
             Integer type = user.getType();
             if(tag==null) {
-               tag="";
+                tag="";
             } else if(type!=null && type>=200) {
-               tag = "\n\tfingerprint: " + tag;
+                tag = "\n\tfingerprint: " + tag;
             }
             pw().format(format, 
                     user.getId(),