diff --git a/R/transform-files.R b/R/transform-files.R index c49c54cc6..a4717e015 100644 --- a/R/transform-files.R +++ b/R/transform-files.R @@ -68,12 +68,10 @@ transform_file <- function(path, bullet <- if (is.na(changed)) { "warning" + } else if (changed) { + "info" } else { - if (changed) { - "info" - } else { - "tick" - } + "tick" } if (!getOption("styler.quiet", FALSE)) {