weblib: fix delete and imprt
[fanfix.git] / src / be / nikiroo / fanfix / library / WebLibraryServerHtml.java
index e96edef95584b5f18a63f62ab630c75abe92f6b0..ac0631dd60ba32abc8f34b7297510bbc78039c95 100644 (file)
@@ -256,9 +256,7 @@ abstract class WebLibraryServerHtml implements Runnable {
                        }
                };
 
-               if (ssf != null)
-
-               {
+               if (ssf != null) {
                        getTraceHandler().trace("Install SSL on the web server...");
                        server.makeSecure(ssf, null);
                        getTraceHandler().trace("Done.");