Skip to content

Commit cf4bca7

Browse files
committed
clang format
1 parent bf3a863 commit cf4bca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_be.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ ModelInstanceState::SaveRequestsToSharedMemory(
382382
id, correlation_id, pb_input_tensors, requested_output_names,
383383
model_state->Name(), model_state->Version(), parameters_string, flags,
384384
0 /* BLS request timeout*/, 0 /* response_factory_address */,
385-
reinterpret_cast<intptr_t>(request),
385+
reinterpret_cast<intptr_t>(request),
386386
PreferredMemory(PreferredMemory::DEFAULT, 0), trace);
387387
}
388388

0 commit comments

Comments
 (0)