Skip to content

Commit 2478c93

Browse files
committed
fix: linter error with long line
1 parent 39437e7 commit 2478c93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/tm_missing_data.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
#' ignored.
1313
# nolint start: line_length.
1414
#' @param ggtheme (`character`) optional, specifies the default `ggplot2` theme for plots. Defaults to `classic`.
15-
# nolint end: line_length.
16-
#'
1715
#' @param ggplot2_args `r roxygen_ggplot2_args_param("Summary Obs", "Summary Patients", "Combinations Main", "Combinations Hist", "By Subject")`
16+
# nolint end: line_length.
1817
#' @param decorators `r roxygen_decorators_param("tm_missing_data")`
1918
#'
2019
#' @inherit shared_params return

0 commit comments

Comments
 (0)