Skip to content

Commit aca4a86

Browse files
Apply automatic stylistic changes
1 parent eba4c48 commit aca4a86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/line.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,11 @@ lineServer <- function(id, data, data_label, data_varStruct = NULL, nfactor.limi
255255
linetype = linetype
256256
)
257257

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

262262
return(res.plot)
263-
264263
})
265264

266265
output$downloadControls <- renderUI({

0 commit comments

Comments
 (0)