Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed May 28, 2024
1 parent 7f05ee2 commit f3ae521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
statistic,
choices = c("size", "length")
)
# check that stat_threshold is an integer or Inf.
# check that stat_threshold is an integer or Inf.
checkmate::assert(
checkmate::anyInfinite(stat_threshold),
checkmate::check_integerish(
Expand Down

0 comments on commit f3ae521

Please sign in to comment.