Skip to content

Commit d7e95d1

Browse files
wrong ')' placement (#6506)
1 parent 6ff4af6 commit d7e95d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linters/po/msgfmt_linter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ msgfmt_linter <- function(po_file) {
3333

3434
unmo_tmp = tempfile()
3535
unmo_ref = tempfile()
36-
on.exit(unlink(c(unmo_tmp, unmo_ref), add=TRUE))
36+
on.exit(unlink(c(unmo_tmp, unmo_ref)), add=TRUE)
3737
system2("msgunfmt", c(mo_tmp, "-o", unmo_tmp))
3838
system2("msgunfmt", c(mo_ref, "-o", unmo_ref))
3939
cat("Here are the observed differences after converting back to .po:\n\n")

0 commit comments

Comments
 (0)