Skip to content

Commit

Permalink
obey the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 3, 2024
1 parent eeb3215 commit cd444be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ enhances_method_registration <- function(generic, s3class, implementation, owner

reset_settings()

enhances_method_registration( "as_tibble", "lints", as_tibble.lints, "tibble")
enhances_method_registration("as_tibble" , "lints", as_tibble.lints, "tibble")

Check warning on line 344 in R/zzz.R

View workflow job for this annotation

GitHub Actions / lint

file=R/zzz.R,line=344,col=43,[commas_linter] Remove spaces before a comma.
enhances_method_registration("as.data.table", "lints", as.data.table.lints, "data.table")
}
# nocov end

0 comments on commit cd444be

Please sign in to comment.