Skip to content

Commit 4597ce5

Browse files
committed
formatting
1 parent 4e72875 commit 4597ce5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/xtensor/core/xassign.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ namespace xt
392392

393393
static constexpr bool simd_interface()
394394
{
395-
return data_interface_expression<E1>
396-
&& has_simd_interface<E1, requested_value_type>()
395+
return data_interface_expression<E1> && has_simd_interface<E1, requested_value_type>()
397396
&& has_simd_interface<E2, requested_value_type>();
398397
}
399398

0 commit comments

Comments
 (0)