Skip to content

Commit e056599

Browse files
committed
fix clang format
1 parent 4e952f9 commit e056599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Interpreter/CppInterOpInterpreter.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ class Interpreter {
418418
}
419419
// In WASM: directly use Interpreter's LoadDynamicLibrary
420420
if (auto Err = inner->LoadDynamicLibrary(filename.c_str())) {
421-
llvm::logAllUnhandledErrors(std::move(Err), llvm::errs(), "loadLibrary: ");
421+
llvm::logAllUnhandledErrors(std::move(Err), llvm::errs(),
422+
"loadLibrary: ");
422423
return kFailure;
423424
}
424425
return kSuccess;

0 commit comments

Comments
 (0)