Skip to content

Commit 2489092

Browse files
committed
style
1 parent 2e00803 commit 2489092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/transform-files.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ transform_file <- function(path,
6868

6969
if (!getOption("styler.quiet", FALSE)) {
7070
if (is.na(changed)) {
71-
bullet <- "warning"
71+
bullet <- "warning"
7272
color <- "red"
7373
} else if (changed) {
7474
bullet <- "info"

0 commit comments

Comments
 (0)