Skip to content

Commit

Permalink
Fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 committed Jul 22, 2024
1 parent 85d5d11 commit 4511031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infer_request.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class InferenceRequest {
// into batch + shape.
const std::vector<int64_t>& ShapeWithBatchDim() const
{
return shape_with_batch_dim_;
return shape_with_batch_dim_;
}
std::vector<int64_t>* MutableShapeWithBatchDim()
{
Expand Down

0 comments on commit 4511031

Please sign in to comment.