Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2021
1 parent 8ba796d commit 827c710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/rules-line-breaks.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
#' # brace expressions go on new line if part of a pipe, in function call...
#' c(
#' data %>%
#' filter(bar) %>% {
#' filter(bar) %>%
#' {
#' cor(.$col1, .$col2, use = "complete.obs")
#' }
#' )
Expand Down
3 changes: 2 additions & 1 deletion man/set_line_break_before_curly_opening.Rd

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

0 comments on commit 827c710

Please sign in to comment.