App: [skip ci] whitespace improvements

This commit is contained in:
wmayer
2022-08-24 10:43:56 +02:00
parent a899f078bd
commit 949b43aabb
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;