Skip to content

Commit 58735b3

Browse files
committed
drop trailing comma
1 parent 4118097 commit 58735b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/logger.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ logger <- function(threshold, formatter, layout, appender) {
9898
namespace = namespace,
9999
.logcall = substitute(.logcall),
100100
.topcall = substitute(.topcall),
101-
.topenv = .topenv,
101+
.topenv = .topenv
102102
)
103103
})
104104

0 commit comments

Comments
 (0)