Skip to content

Commit 0d58759

Browse files
committed
fix: resolve precommit issue
1 parent 93be135 commit 0d58759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_xbuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ namespace xt
676676

677677
xt::dynamic_shape<std::size_t> sd = {3, 2, 1};
678678
auto ed1 = empty<double>(sd);
679-
using ShapeType = xt::dynamic_shape<std::size_t>;
679+
using ShapeType = xt::dynamic_shape<std::size_t>;
680680
auto ed2 = empty<double, xt::layout_type::column_major, ShapeType>(ShapeType({3, 3, 3}));
681681
auto ed3 = empty<double>(std::vector<std::size_t>({3, 3, 3}));
682682
b = std::is_same<decltype(ed1), xarray<double>>::value;

0 commit comments

Comments
 (0)