Skip to content

Commit

Permalink
run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Aug 12, 2016
1 parent 3fc3928 commit 288f40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ UNIT_TEST(incomplete_default_ctor) {
auto w = test_func();
}

static_assert(std::is_same<mpl::ulist<0>,
static_assert(std::is_same<mpl::ulist<0>,
typename filter_overloads<int, mpl::TypeList<int, float>>::type>::value,
"");

Expand Down

0 comments on commit 288f40f

Please sign in to comment.