diff --git a/WORKSPACE b/WORKSPACE index e85e34d84..cee2929c3 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -415,4 +415,4 @@ load("@libedgetpu//:workspace.bzl", "libedgetpu_dependencies") libedgetpu_dependencies() load("@coral_crosstool//:configure.bzl", "cc_crosstool") -cc_crosstool(name = "crosstool") +cc_crosstool(name = "crosstool") \ No newline at end of file diff --git a/mediapipe/calculators/beauty/form_face_mask_calculator.cc b/mediapipe/calculators/beauty/form_face_mask_calculator.cc index 4650df5ab..2ff410a99 100644 --- a/mediapipe/calculators/beauty/form_face_mask_calculator.cc +++ b/mediapipe/calculators/beauty/form_face_mask_calculator.cc @@ -18,7 +18,6 @@ #include #include #include -//#include #include diff --git a/third_party/opencv_android.BUILD b/third_party/opencv_android.BUILD index 6c00457e7..e26ae5452 100644 --- a/third_party/opencv_android.BUILD +++ b/third_party/opencv_android.BUILD @@ -39,4 +39,4 @@ OPENCVANDROIDSDK_JNI_PATH = "sdk/native/jni/" "armeabi-v7a", "x86", "x86_64", -]] +]] \ No newline at end of file