Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 1, 2023
1 parent e3ceb50 commit 182a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/p_significance.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ p_significance.numeric <- function(x, threshold = "default", ...) {

#' @export
p_significance.get_predicted <- function(x, threshold = "default", ...) {
p_significance(as.numeric(x), threshold=threshold, ...)
p_significance(as.numeric(x), threshold = threshold, ...)
}


Expand Down

0 comments on commit 182a8ee

Please sign in to comment.