Failing JUs
[aaf/authz.git] / auth / auth-certman / src / test / java / org / onap / aaf / auth / cm / cert / JU_BCFactory.java
index 4241596..b5f35c3 100644 (file)
@@ -97,7 +97,6 @@ public class JU_BCFactory {
             assertNotNull(bcFactory.toCSR(trans, new File("/random/path")));
             thrown.expect(FileNotFoundException.class);
         } catch (IOException e) {
-            
             e.printStackTrace();
         }
     }