diff --git a/batched/dense/unit_test/Test_Batched_SerialQR.hpp b/batched/dense/unit_test/Test_Batched_SerialQR.hpp index 28666710b4..133c464c54 100644 --- a/batched/dense/unit_test/Test_Batched_SerialQR.hpp +++ b/batched/dense/unit_test/Test_Batched_SerialQR.hpp @@ -36,11 +36,7 @@ struct qrFunctor { MatricesType Qs; qrFunctor(const int maxMatSize_, MatricesType As_, TauViewType taus_, TmpViewType ws_, MatricesType Qs_) - : maxMatSize(maxMatSize_), - As(As_), - taus(taus_), - ws(ws_), - Qs(Qs_) {} + : maxMatSize(maxMatSize_), As(As_), taus(taus_), ws(ws_), Qs(Qs_) {} KOKKOS_FUNCTION void operator()(const int matIdx) const {