App: Apply clang format (part 1)
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
using namespace App;
|
||||
|
||||
|
||||
Path::Path(const std::vector<Base::Persistence *> &PathVector)
|
||||
: _PathVector(PathVector)
|
||||
{
|
||||
}
|
||||
Path::Path(const std::vector<Base::Persistence*>& PathVector)
|
||||
: _PathVector(PathVector)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user