From 9d1559bcaf7dfe7a43f7444eb77a894558a0f1dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 Mar 2024 09:18:45 +0000 Subject: [PATCH] Apply automatic stylistic changes --- R/line.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/line.R b/R/line.R index f812a1d..d73e504 100644 --- a/R/line.R +++ b/R/line.R @@ -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 }