Skip to content

Commit

Permalink
Run buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohmcruz committed Sep 4, 2024
1 parent 26b2b98 commit eccf5de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rules/test/snapshot/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ load("//rules:framework.bzl", "apple_framework")

apple_framework(
name = "Impl",
srcs = ["BazelRunfileBridge.mm", "BazelRunfileBridge.h"],
srcs = [
"BazelRunfileBridge.h",
"BazelRunfileBridge.mm",
],
deps = ["@bazel_tools//tools/cpp/runfiles"],
)

Expand Down

0 comments on commit eccf5de

Please sign in to comment.