1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix code-style

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2022-12-02 18:23:48 +01:00
parent 6dbe34354b
commit 89d2fc38d2

View file

@ -459,14 +459,14 @@ public:
return vectorize;
}
virtual std::string
getName() const
virtual
std::string getName() const
{
return name;
}
virtual std::string
getDescription() const
virtual
std::string getDescription() const
{
return desc;
}