Skip to content

Commit a1bc413

Browse files
found a lint in methods.R
1 parent 099a48e commit a1bc413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/methods.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ markdown <- function(x, info, ...) {
4545
as.character(x$line_number), ":",
4646
as.character(x$column_number), ":", "]",
4747
"(",
48-
paste(
49-
sep = "/",
48+
file.path(
5049
"https://github.com",
5150
info$user,
5251
info$repo,

0 commit comments

Comments
 (0)