From 443418f6d5891039630f2ca32c0e3af0f521d1aa Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Mon, 8 May 2023 16:45:16 +0530 Subject: [PATCH] Updated formatting --- .../vision/object_detector/sources/MPPObjectDetectorOptions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mediapipe/tasks/ios/vision/object_detector/sources/MPPObjectDetectorOptions.h b/mediapipe/tasks/ios/vision/object_detector/sources/MPPObjectDetectorOptions.h index c91e170c9..bf2e02326 100644 --- a/mediapipe/tasks/ios/vision/object_detector/sources/MPPObjectDetectorOptions.h +++ b/mediapipe/tasks/ios/vision/object_detector/sources/MPPObjectDetectorOptions.h @@ -52,7 +52,6 @@ NS_SWIFT_NAME(ObjectDetectorLiveStreamDelegate) * image was sent to the object detector. * @param error An optional error parameter populated when there is an error in performing object * detection on the input live stream image data. - * */ - (void)objectDetector:(MPPObjectDetector *)objectDetector didFinishDetectionWithResult:(nullable MPPObjectDetectionResult *)result