Skip to content

Commit

Permalink
Follow Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shitamo committed Oct 26, 2024
1 parent 926364f commit 3d254bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/unix/fcitx/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ mozc_cc_binary(
deps = [
":fcitx_mozc",
"//base:init_mozc",
"@fcitx//:fcitx",
"@fcitx",
],
)

3 changes: 1 addition & 2 deletions src/unix/fcitx5/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mozc_cc_library(
"i18nwrapper.h",
],
deps = [
"@fcitx5"
"@fcitx5",
]
)

Expand Down Expand Up @@ -122,4 +122,3 @@ mozc_cc_binary(
":mozc_engine",
],
)

1 change: 0 additions & 1 deletion src/unix/uim/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ mozc_cc_binary(
"@uim",
],
)

0 comments on commit 3d254bf

Please sign in to comment.