small code cleanup
[fanfix.git] / src / be / nikiroo / fanfix / reader / tui / TuiReaderApplication.java
index 9e991e4c743e7f31b24f0fee0f7370fd52476d03..b7109ab8d6ae55fba0e225d0604c1a6a139f89e8 100644 (file)
@@ -57,7 +57,6 @@ class TuiReaderApplication extends TApplication implements Reader {
        public TuiReaderApplication(Reader reader, String source,
                        TApplication.BackendType backend) throws Exception {
                super(backend);
-
                init(reader);
 
                main = new TuiReaderMainWindow(this);