Skip to content

Commit

Permalink
fix invalid braces
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Dec 23, 2021
1 parent 2b886c4 commit bfe2e82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ create_style_guide <- function(initialize = default_style_guide_attributes,
#' op<- pd_flat$token %in% "}"
#' }
#' op <-pd_flat$token %in% "'['"
#' }
#' \donttest{
#' op <- pd_flat$token %in% "']'"
#' }
Expand All @@ -74,4 +73,5 @@ create_style_guide <- function(initialize = default_style_guide_attributes,
#' }
#' \donttest{
#' op <- pd_flat$token %in%"]"
#' }
NULL

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

0 comments on commit bfe2e82

Please sign in to comment.