Skip to content

Commit 2658ece

Browse files
committed
fix pre-commit
1 parent ee72767 commit 2658ece

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_xutils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ namespace xt
104104
return 2 * i;
105105
}
106106

107-
108107
TEST(utils, conditional_cast)
109108
{
110109
EXPECT_TRUE((std::is_same<decltype(conditional_cast<false, double>(1)), int>::value));

0 commit comments

Comments
 (0)