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 Mar 22, 2024
1 parent d6926fd commit 9d1559b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/line.R
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,12 @@ lineServer <- function(id, data, data_label, data_varStruct = NULL, nfactor.limi
line.position.dodge <- 0
line.size <- 0.5
line.point.size <- 0.5
pval.font.size <- 4
pval.font.size <- 4
} else {
line.position.dodge <- input$positiondodge
line.size <- input$size
line.point.size <- input$pointsize
pval.font.size = input$pvalfont
pval.font.size <- input$pvalfont
}


Expand Down

0 comments on commit 9d1559b

Please sign in to comment.