Skip to content

Commit 23029ab

Browse files
committed
Optimise
Signed-off-by: JCW <[email protected]>
1 parent d1fe8ed commit 23029ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xrpl/basics/Log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class Logs
290290
{ \
291291
} \
292292
else \
293-
JLOG_UNIQUE(stream)
293+
std::move(JLOG_UNIQUE(stream))
294294
#endif
295295

296296
#ifndef CLOG

0 commit comments

Comments
 (0)