whitespace changes
[pstop.git] / app / app.go
index 32abd42..ed36f0c 100644 (file)
@@ -79,9 +79,7 @@ func (app *App) Setup(dbh *sql.DB) {
         }
 
        app.finished = false
-
        app.screen.Initialise()
-
        app.setup_instruments = setup_instruments.NewSetupInstruments(dbh)
        app.setup_instruments.EnableMonitoring()