Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Oct 19, 2024
1 parent 33cc8ee commit 02d01a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/try_query.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ try_query <-
}

# Handle other types of errors separately from query errors
if(inherits(query_result, "character")) {
if (inherits(query_result, "character")) {
if (!silent) message(query_result)
return(invisible(query_result))
}
Expand Down

0 comments on commit 02d01a2

Please sign in to comment.