Commit 5b08728d authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 12e3f463
......@@ -17,7 +17,7 @@ using namespace std::literals;
SCENARIO("default constructed COW strings are empty") {
WHEN("default-constructing a COW tuple") {
cow_string str;
cow_string str;
THEN("the string is empty") {
CHECK(str.empty());
CHECK_EQ(str.size(), 0u);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment