Skip to content

Commit

Permalink
Update visibility specs
Browse files Browse the repository at this point in the history
Tested:
    Local presubmit tests passed.
PiperOrigin-RevId: 618525458
  • Loading branch information
Mozc team authored and hiroyuki-komatsu committed Mar 24, 2024
1 parent 0db4759 commit 387cbe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/composer/internal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ load(
"mozc_py_binary",
)

package(default_visibility = ["//:__subpackages__"])
package(default_visibility = [
"//:__subpackages__",
])

mozc_py_binary(
name = "gen_typing_model",
Expand Down

0 comments on commit 387cbe5

Please sign in to comment.