Reporting Functionality - added some report
[habeas.git] / src / habeas / Habeas.java
index 2bfb038..bf5b72c 100644 (file)
@@ -29,7 +29,6 @@ public class Habeas {
         } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException ex) {
             Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex);
         }
-        
         MainFrame frame = new MainFrame ();
         frame.setVisible(true);
     }