Sonar Fixes, Formatting
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_CmdLine.java
index 859f9a2..56b5538 100644 (file)
@@ -82,7 +82,7 @@ public class JU_CmdLine {
             fis.close();
         }
     }
-    
+
     @After
     public void restoreStreams() throws IOException {
         System.setOut(System.out);
@@ -189,7 +189,7 @@ public class JU_CmdLine {
         CmdLine.main(new String[]{"passgen", String.valueOf(length)});
         output = outContent.toString().trim();
         assertThat(output.length(), is(length));
-        
+
         length = 5;
         outContent.reset();
         CmdLine.main(new String[]{"passgen", String.valueOf(length)});