Skip to content

Commit

Permalink
more insane stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
kpagacz committed Feb 10, 2025
1 parent efb9e69 commit 0221899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions antidotum/tergo/R/styling.R
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ style_file_internal <- function(file, configuration, ignored_paths) {
#'
#' @export
#' @examples
#' code <- "function(){}"
#' code <- "a+b"
#' styled <- style_text(code)
#' code <- c("function(){}", "A<-7")
#' code <- c("a+b", "A<-7")
#' styled <- (style_text(code)
#'
style_text <- function(text, configuration = list()) {
Expand Down
4 changes: 2 additions & 2 deletions antidotum/tergo/man/style_text.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0221899

Please sign in to comment.