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

Fix formatting

parent c14fd221
......@@ -262,7 +262,7 @@ struct testee : load_inspector {
return ok;
}
bool value(std::string& x) {
bool value(std::string& x) {
new_line();
log += "std::string value";
x.clear();
......@@ -272,7 +272,6 @@ struct testee : load_inspector {
struct fixture {
testee f;
};
} // namespace
......
......@@ -66,7 +66,6 @@ public: \
name##_ = std::move(value); \
}
// A mean data type designed for maximum coverage of the inspect API.
class nasty {
public:
......
......@@ -244,7 +244,6 @@ struct testee : save_inspector {
struct fixture {
testee f;
};
} // namespace
......
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