Skip to content

Commit 7720c7a

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 24e2e19 commit 7720c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/fun/finite_diff_stepsize.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inline constexpr auto eps_root_calc() {
3030
return std::pow(eps, T(1) / T(StencilOrder + 1));
3131
}
3232
}
33-
}
33+
} // namespace internal
3434
/**
3535
* @brief Compute a finite-difference step size suitable for a stencil with
3636
* leading truncation order \p StencilOrder.

0 commit comments

Comments
 (0)