Skip to content
Snippets Groups Projects
Commit ce059fbd authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Improve coding style in SimpleActorTest

parent 5df976b6
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ private:
protected:
virtual void receive(uint64_t t) override {
sum+=t;
sum += t;
}
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment