Skip to content

Commit 5621046

Browse files
committed
refactoring the StreamCaptureInfo, formatting
1 parent 18b5b3c commit 5621046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/CppInterOp/CppInterOpInterpreter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ class Interpreter {
244244
return nullptr;
245245
}
246246

247-
return std::make_unique<Interpreter>(
248-
std::move(CI), std::move(io_ctx), outOfProcess);
247+
return std::make_unique<Interpreter>(std::move(CI), std::move(io_ctx),
248+
outOfProcess);
249249
}
250250

251251
~Interpreter() {}

0 commit comments

Comments
 (0)