Skip to content

Commit 4943664

Browse files
committed
linting
1 parent 439f8b2 commit 4943664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/sdk/services/private/mlmodel_server.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ ::grpc::Status MLModelServiceServer::Infer(
5656
inputs.emplace(tensor_pair.first, std::move(tensor));
5757
} else {
5858
// Normal case: multiple tensors, do metadata checks
59-
// If there are extra tensors in the inputs that not found in the metadata,
60-
// they will not be passed on to the implementation.
59+
// If there are extra tensors in the inputs that not found in the metadata,
60+
// they will not be passed on to the implementation.
6161
for (const auto& input : md.inputs) {
6262
const auto where = request->input_tensors().tensors().find(input.name);
6363
if (where == request->input_tensors().tensors().end()) {

0 commit comments

Comments
 (0)