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 5, 2024
1 parent eb11a48 commit 6892ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stan/callbacks/unique_stream_writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6892ccb

Please sign in to comment.