Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 5, 2019
1 parent 275cfa0 commit 0b4d3cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/console.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ console_up_to_date <- function(config) {
}

console_edge_cases <- function(config) {
if (config$verbose < 1L) {
return()
}
if (config$skip_imports) {
console_skipped_imports(config = config)
}
Expand Down

1 comment on commit 0b4d3cc

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/console.R:137:4: style: Trailing whitespace is superfluous.

​  } 
   ^

Please sign in to comment.