Skip to content

Commit

Permalink
chore: bazel formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RSMNYS committed Jan 7, 2025
1 parent ddedee4 commit 3d58e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_back_pixel/cpp/backend_tflite/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ cc_library(
srcs = [
"pixel_single_model_pipeline.cc",
"tflite_pixel.cc",
"//mobile_back_tflite/cpp/backend_tflite:embedding_utils.cc",
"//mobile_back_tflite/cpp/backend_tflite:sd_utils.cc",
"//mobile_back_tflite/cpp/backend_tflite:stable_diffusion_invoker.cc",
"//mobile_back_tflite/cpp/backend_tflite:stable_diffusion_pipeline.cc",
"//mobile_back_tflite/cpp/backend_tflite:embedding_utils.cc"
],
hdrs = [
"tflite_settings_pixel.h",
Expand Down

0 comments on commit 3d58e5a

Please sign in to comment.