Skip to content

Commit a91d878

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent e832d73 commit a91d878

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/expressions/expression_test_helpers.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ auto bad_wrong_value(const T& a) {
333333
template <typename T>
334334
auto bad_wrong_derivatives(const T& a) {
335335
operands_and_partials<ref_type_t<T>> ops(a);
336-
if constexpr (!is_constant<T>::value && std::is_same<T, plain_type_t<T>>::value) {
336+
if constexpr (!is_constant<T>::value
337+
&& std::is_same<T, plain_type_t<T>>::value) {
337338
ops.edge1_.partials_[0] = 1234;
338339
}
339340
return ops.build(0);

0 commit comments

Comments
 (0)