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

Commit 5d2729b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/dynamic-graph/signal-ptr.t.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ template <class T, class Time>
122122
std::ostream &SignalPtr<T, Time>::display(std::ostream &os) const {
123123
dgTDEBUGIN(25) << SignalBase<Time>::name << this << "||" << isPlugged()
124124
<< "||" << signalPtr;
125-
{ Signal<T, Time>::display(os); }
125+
{
126+
Signal<T, Time>::display(os);
127+
}
126128

127129
if ((isPlugged()) && (!autoref())) {
128130
os << " -->-- PLUGGED";

0 commit comments

Comments
 (0)