Skip to content

Commit a15cfa8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 134ec15 commit a15cfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic-graph/command-setter.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Setter<E, uint64_t> : public Command {
106106

107107
template <class E>
108108
Setter<E, uint64_t>::Setter(E &entity, SetterMethod setterMethod,
109-
const std::string &docString)
109+
const std::string &docString)
110110
: Command(entity, boost::assign::list_of(Value::UNSIGNEDLONGINT),
111111
docString),
112112
setterMethod_(setterMethod) {}

0 commit comments

Comments
 (0)