From ce059fbd4d06daf9d27a0a567ecd582fa7ac172a Mon Sep 17 00:00:00 2001 From: Florian Schmaus <flow@cs.fau.de> Date: Thu, 3 Aug 2017 17:58:09 +0200 Subject: [PATCH] Improve coding style in SimpleActorTest --- tests/SimpleActorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SimpleActorTest.cpp b/tests/SimpleActorTest.cpp index 577febfe..61ca9b1e 100644 --- a/tests/SimpleActorTest.cpp +++ b/tests/SimpleActorTest.cpp @@ -14,7 +14,7 @@ private: protected: virtual void receive(uint64_t t) override { - sum+=t; + sum += t; } public: -- GitLab