Skip to content

Commit

Permalink
clean two lints
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 6, 2024
1 parent ab4ffd1 commit da02b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ggbetweenstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ ggbetweenstats <- function(
paired = FALSE,
var.equal = var.equal,
p.adjust.method = p.adjust.method,
digits = digits,
digits = digits
)

# adding the layer for pairwise comparisons
Expand Down
2 changes: 1 addition & 1 deletion R/ggwithinstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ggwithinstats <- function(
tr = tr,
paired = TRUE,
p.adjust.method = p.adjust.method,
digits = digits,
digits = digits
)

# adding the layer for pairwise comparisons
Expand Down

0 comments on commit da02b01

Please sign in to comment.