Mass whitespace changes (Style Warnings)
[aaf/authz.git] / auth / auth-cass / src / test / java / org / onap / aaf / auth / dao / aaf / test / JU_NsType.java
index 33b6742..05195ee 100644 (file)
@@ -38,7 +38,7 @@ public class JU_NsType {
     public void test() {
         NsType nt,nt2;
         String[] tests = new String[] {"DOT","ROOT","COMPANY","APP","STACKED_APP","STACK"};
-        for(String s : tests) {
+        for (String s : tests) {
             nt = NsType.valueOf(s);
             assertEquals(s,nt.name());