Skip to content

Commit

Permalink
Apply automatic stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent eba4c48 commit aca4a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/line.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,11 @@ lineServer <- function(id, data, data_label, data_varStruct = NULL, nfactor.limi
linetype = linetype
)

if (input$rev_y){
if (input$rev_y) {
res.plot <- res.plot + ggplot2::scale_y_reverse()
}

return(res.plot)

})

output$downloadControls <- renderUI({
Expand Down

0 comments on commit aca4a86

Please sign in to comment.