App: [skip ci] whitespace improvements

This commit is contained in:
wmayer
2022-08-24 10:43:56 +02:00
parent ff38f8b8e8
commit 8328264690
7 changed files with 47 additions and 51 deletions

View File

@@ -28,12 +28,7 @@
using namespace App;
Path::Path() = default;
Path::Path(const std::vector<Base::Persistence *> &PathVector)
:_PathVector(PathVector)
: _PathVector(PathVector)
{
}
Path::~Path() = default;