Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 24, 2023
1 parent b8b5f91 commit deb68e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_predicted.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ test_that("get_predicted - rstanarm", {
skip_if_not_installed("rstanarm")

suppressPackageStartupMessages({
suppressWarnings(suppressMessages(library(rstanarm, quietly = TRUE, warn.conflicts = FALSE))) #nolint
suppressWarnings(suppressMessages(library(rstanarm, quietly = TRUE, warn.conflicts = FALSE))) # nolint
})

# LM
Expand Down

0 comments on commit deb68e2

Please sign in to comment.