Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
v-shobhit committed Sep 18, 2024
1 parent a093d02 commit ca6785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3557,7 +3557,7 @@ HTTPAPIServer::GenerateRequestClass::ExactMappingInput(
}
}

// get original element count back
// get original element count back
element_cnt = tensor_data.IsArray() ? tensor_data.ArraySize() : 1;
serialized_data_.emplace_back();
std::vector<char>& serialized = serialized_data_.back();
Expand Down

0 comments on commit ca6785d

Please sign in to comment.