style: remove trailing whitespace (#345)

* style: restore correct 644 file permission

* style: remove trailing whitespace
This commit is contained in:
Marcel Hellwig
2023-08-04 13:26:45 +02:00
committed by GitHub
parent 605fbe48c0
commit dcd9d46b9c
15 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <atomic>
namespace sdbus { namespace test {
TestProxy::TestProxy(std::string destination, std::string objectPath)
: ProxyInterfaces(std::move(destination), std::move(objectPath))
{