Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 26, 2024
1 parent 09568f4 commit 67a98b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/articles/faqs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ scales::show_col(cols)
# And now
g +
scale_fill_manual(values = cols, na.value = "transparent", na.translate = FALSE) +
scale_fill_manual(values = cols, na.value = "transparent",
na.translate = FALSE) +
ggtitle("scale_fill_manual method")
```

Expand Down

0 comments on commit 67a98b3

Please sign in to comment.