Skip to content

Commit 6f320e2

Browse files
committed
Added missing return.
1 parent b111ad2 commit 6f320e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stringify/jss_unique_ptr.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ namespace JSON
1818
if (!value)
1919
throw UniquePtrNullptrException{};
2020

21-
internal::stringify_smart_ptr(stream, name, value, options);
21+
internal::stringify_smart_ptr(stream, name, value, options);
22+
23+
return stream;
2224
}
2325
}

0 commit comments

Comments
 (0)