Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Jan 8, 2024
1 parent fc3d4ff commit cb7d951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stan/model/indexing/rvalue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ template <typename StdVec, typename Idx1, typename... Idxs,
require_not_same_t<Idx1, index_uni>* = nullptr>
inline auto rvalue(StdVec&& v, const char* name, const Idx1& idx1,
Idxs&&... idxs) {
using inner_type = plain_type_t<decltype(rvalue(v[rvalue_at(0, idx1) - 1],
name, idxs...))>;
using inner_type = plain_type_t<decltype(
rvalue(v[rvalue_at(0, idx1) - 1], name, idxs...))>;
const auto index_size = rvalue_index_size(idx1, v.size());
stan::math::check_greater_or_equal("array[..., ...] indexing", "size",
index_size, 0);
Expand Down

0 comments on commit cb7d951

Please sign in to comment.