Skip to content

Commit fcdf52f

Browse files
committed
fix lint
1 parent 6fe281c commit fcdf52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/mmdeploy/triton/instance_state.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ TRITONSERVER_Error* ModelInstanceState::Execute(TRITONBACKEND_Request** requests
388388
TritonModelInstance(), total_batch_size, exec_start_ns, compute_start_ns,
389389
compute_end_ns, exec_end_ns),
390390
"failed reporting batch request statistics");
391-
#endif // TRITON_ENABLE_STATS
391+
#endif
392392

393393
return nullptr; // success
394394
}

0 commit comments

Comments
 (0)