From a15cfa876c98bad06b6d48bf1dd8b6ace3dc06fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 05:42:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/dynamic-graph/command-setter.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dynamic-graph/command-setter.t.cpp b/include/dynamic-graph/command-setter.t.cpp index bfa19fa..45e5b6d 100644 --- a/include/dynamic-graph/command-setter.t.cpp +++ b/include/dynamic-graph/command-setter.t.cpp @@ -106,7 +106,7 @@ class Setter<E, uint64_t> : public Command { template <class E> 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), docString), setterMethod_(setterMethod) {} -- GitLab