Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit db411c7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic-graph/python/signal-wrapper.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SignalWrapper : public Signal<T, Time> {
4242
this->setFunction(f);
4343
}
4444

45-
virtual ~SignalWrapper(){};
45+
virtual ~SignalWrapper() {};
4646

4747
private:
4848
T& call(T& value, Time t) {

0 commit comments

Comments
 (0)