Style fixes.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-31 16:40:33 +02:00
parent b7f1812153
commit bfe1fcc805
4 changed files with 20 additions and 20 deletions

View File

@@ -66,7 +66,6 @@ namespace ArbUt {
const std::vector<ValueT*>& GetStdList() const { return _vector; }
std::vector<ValueT*>& GetStdList() { return _vector; }
};
}