Skip to content
Snippets Groups Projects
Commit a15cfa87 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot]
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent 134ec15a
No related branches found
No related tags found
No related merge requests found
Pipeline #31183 passed
...@@ -106,7 +106,7 @@ class Setter<E, uint64_t> : public Command { ...@@ -106,7 +106,7 @@ class Setter<E, uint64_t> : public Command {
template <class E> template <class E>
Setter<E, uint64_t>::Setter(E &entity, SetterMethod setterMethod, Setter<E, uint64_t>::Setter(E &entity, SetterMethod setterMethod,
const std::string &docString) const std::string &docString)
: Command(entity, boost::assign::list_of(Value::UNSIGNEDLONGINT), : Command(entity, boost::assign::list_of(Value::UNSIGNEDLONGINT),
docString), docString),
setterMethod_(setterMethod) {} setterMethod_(setterMethod) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment