Skip to content

Commit

Permalink
do not need semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Nov 13, 2024
1 parent ffc1009 commit 57e2ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/util.r
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ vec_lookup = list(
#' @keywords internal
wrap_error = function(call) {
structure(class = c("worker_error", "condition"),
list(message=geterrmessage(), call=call));
list(message=geterrmessage(), call=call))
}

#' Message format for logging
Expand Down

0 comments on commit 57e2ebe

Please sign in to comment.