Skip to content

Commit 128392b

Browse files
committed
removing ",1" from line 42
1 parent 9700466 commit 128392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utilities-resolution.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ resolution <- function(x, zero = TRUE, discrete = FALSE) {
3939
return(1)
4040
}
4141

42-
min(d[d > tolerance], 1)
42+
min(d[d > tolerance])
4343

4444
}

0 commit comments

Comments
 (0)