Skip to content

Commit

Permalink
fix new lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 13, 2024
1 parent b82dd61 commit 4ec583d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions R/transform-files.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 4ec583d

Please sign in to comment.