Skip to content

Commit 9064bea

Browse files
ci(pre-commit): autofix
1 parent 4e42177 commit 9064bea

File tree

1 file changed

+2
-1
lines changed
  • perception/traffic_light_ssd_fine_detector/lib/src

1 file changed

+2
-1
lines changed

perception/traffic_light_ssd_fine_detector/lib/src/trt_ssd.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ int Net::getMaxBatchSize()
220220
#endif
221221
}
222222

223-
int Net::getMaxDetections() {
223+
int Net::getMaxDetections()
224+
{
224225
#if (NV_TENSORRT_MAJOR * 10000) + (NV_TENSORRT_MINOR * 100) + NV_TENSOR_PATCH >= 80500
225226
return engine_->getTensorShape(engine_->getIOTensorName(1)).d[1];
226227
#else

0 commit comments

Comments
 (0)