]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/InitTruststore.java
Format code according do BenBE's formatter.
[gigi.git] / tests / org / cacert / gigi / testUtils / InitTruststore.java
index 7811470d8d9c984582301bf070063ff342fe2021..1207df930b3cd6b70e0d353f40dab0d45807ca9e 100644 (file)
@@ -1,15 +1,15 @@
 package org.cacert.gigi.testUtils;
 
 public class InitTruststore {
-       private InitTruststore() {
-       }
 
-       static {
-               System.setProperty("javax.net.ssl.trustStorePassword", "changeit");
-               System.setProperty("javax.net.ssl.trustStore", "config/cacerts.jks");
-       }
+    private InitTruststore() {}
 
-       public static void run() {
+    static {
+        System.setProperty("javax.net.ssl.trustStorePassword", "changeit");
+        System.setProperty("javax.net.ssl.trustStore", "config/cacerts.jks");
+    }
 
-       }
+    public static void run() {
+
+    }
 }