Skip to content

Commit 8c9723c

Browse files
committed
Style code (GHA)
1 parent 644d2cb commit 8c9723c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

R/dictionary.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ font_type <- function() {
5252
"Times", "Times", "ArialMT", "ArialMT", "Helvetica",
5353
"Calibri", "Georgia", "Cambria", "Courier", "Times"
5454
),
55-
56-
charset = c("\\fcharset1", "\\fcharset161", "\\fcharset161", "\\fcharset0",
57-
"\\fcharset1", "\\fcharset1", "\\fcharset1", "\\fcharset1",
58-
"\\fcharset0", "\\fcharset2"),
55+
charset = c(
56+
"\\fcharset1", "\\fcharset161", "\\fcharset161", "\\fcharset0",
57+
"\\fcharset1", "\\fcharset1", "\\fcharset1", "\\fcharset1",
58+
"\\fcharset0", "\\fcharset2"
59+
),
5960
width_group = c(1, 1, 4, 4, 4, 1, 9, 4, 9, 9),
60-
6161
stringsAsFactors = FALSE
6262
)
6363
}

0 commit comments

Comments
 (0)