Skip to content

Commit 682ae80

Browse files
committed
code formatting
1 parent 30c6821 commit 682ae80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/openvino/runtime/OpenvinoBackend.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ exr::Result<exr::DelegateHandle*> OpenvinoBackend::init(
8282

8383
// Allocate execution handle
8484
exr::MemoryAllocator* allocator = context.get_runtime_allocator();
85-
ExecutionHandle* handle =
86-
allocator->allocateInstance<ExecutionHandle>();
85+
ExecutionHandle* handle = allocator->allocateInstance<ExecutionHandle>();
8786
new (handle) ExecutionHandle;
8887
handle->compiled_model = std::make_shared<ov::CompiledModel>(compiled_model);
8988
handle->infer_request = infer_request;

0 commit comments

Comments
 (0)