From 2497536ed54fd34619ddfb347de6142583adedc8 Mon Sep 17 00:00:00 2001 From: Badaoui Ahmed Badis <32328852+Papirapi@users.noreply.github.com> Date: Thu, 13 May 2021 03:49:35 +0200 Subject: [PATCH] Update BUILD --- mediapipe/examples/desktop/hello_world/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/examples/desktop/hello_world/BUILD b/mediapipe/examples/desktop/hello_world/BUILD index edf98bf13..9a272c0ed 100644 --- a/mediapipe/examples/desktop/hello_world/BUILD +++ b/mediapipe/examples/desktop/hello_world/BUILD @@ -25,6 +25,6 @@ cc_binary( "//mediapipe/framework:calculator_graph", "//mediapipe/framework/port:logging", "//mediapipe/framework/port:parse_text_proto", - "//mediapipe/framework/port:status", + "//mediapipe/framework/port:status" ], )