From 021ac040c0d18dd97c5311b033b5e58c21502731 Mon Sep 17 00:00:00 2001 From: Stan Jenkins Date: Mon, 30 Sep 2024 13:39:03 -0400 Subject: [PATCH] [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 --- src/stan/mcmc/chainset.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/stan/mcmc/chainset.hpp b/src/stan/mcmc/chainset.hpp index d7d4a463e7..1d17f1b395 100644 --- a/src/stan/mcmc/chainset.hpp +++ b/src/stan/mcmc/chainset.hpp @@ -248,10 +248,8 @@ class chainset { * @param index parameter index * @return median */ - double median(const int index) const { - return (quantile(index, 0.5)); - } - + double median(const int index) const { return (quantile(index, 0.5)); } + /** * Compute median value of specified parameter across all chains. *