Skip to content

Commit 788734c

Browse files
committed
appease lintr
1 parent 412e1a1 commit 788734c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/revision_analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ print.revision_analysis <- function(x,
225225
abs_spread_threshold = NULL,
226226
rel_spread_threshold = 0.1,
227227
...) {
228-
quick_revision <- quick_revision %>%
228+
quick_revision <- quick_revision %>%
229229
difftime_approx_ceiling_time_delta(x$time_type)
230230
if (is.null(abs_spread_threshold)) abs_spread_threshold <- .05 * x$max_val
231231
rev_beh <- x$revision_behavior

0 commit comments

Comments
 (0)