Skip to content

Commit c97a9e8

Browse files
committed
air
1 parent 8393a4d commit c97a9e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/stan_cmdstan_path.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ stan_cmdstan_path <- function(
4949
cmdstan_valid(path),
5050
path,
5151
cmdstanr("cmdstan_default_path")(dir = path)
52-
) %|||% ""
52+
) %|||%
53+
""
5354
}

0 commit comments

Comments
 (0)