From 6892ccb5da9d35e793d138809ddae820750fbe3a Mon Sep 17 00:00:00 2001 From: Stan Jenkins Date: Fri, 5 Jan 2024 15:57:30 -0500 Subject: [PATCH] [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 --- src/stan/callbacks/unique_stream_writer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stan/callbacks/unique_stream_writer.hpp b/src/stan/callbacks/unique_stream_writer.hpp index d5f1535fec..3d62b2d9c8 100644 --- a/src/stan/callbacks/unique_stream_writer.hpp +++ b/src/stan/callbacks/unique_stream_writer.hpp @@ -116,10 +116,10 @@ class unique_stream_writer final : public writer { private: /** - * Comma formatter for writing Eigen matrices + * Comma formatter for writing Eigen matrices */ Eigen::IOFormat CommaInitFmt(Eigen::StreamPrecision, Eigen::DontAlignCols, - ", ", "", "", "\n", "", ""); + ", ", "", "", "\n", "", ""); /** * Output stream