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

Fix formatting

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