App: [skip ci] whitespace improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user