Skip to content

Commit 6134a07

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
1 parent 6c9fea5 commit 6134a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/math/prim/fun/binary_scalar_tester.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ void binary_scalar_tester(const F& f, const T1& x, const T2& y) {
316316
* functions returns the same results as the binary function with
317317
* scalar inputs. This specialization takes an std::vector of integers
318318
* and an Eigen vector. The Eigen vector is then transformed to a row-vector
319-
* and an Eigen Array to also be tested.
319+
* and an Eigen Array to also be tested.
320320
*
321321
* @tparam F Type of functor to apply.
322322
* @tparam T1 Type of std::vector.
@@ -339,7 +339,7 @@ void binary_scalar_tester(const F& f, const T1& x, const T2& y) {
339339
* functions returns the same results as the binary function with
340340
* scalar inputs. This specialization takes an Eigen vector
341341
* and an std::vector of integers. The Eigen vector is then transformed
342-
* to a row-vector and an Eigen Array to also be tested.
342+
* to a row-vector and an Eigen Array to also be tested.
343343
*
344344
* @tparam F Type of functor to apply.
345345
* @tparam T1 Type of std::vector.

0 commit comments

Comments
 (0)