Skip to content

Commit

Permalink
Some mild cleanup
Browse files Browse the repository at this point in the history
 o WORKSPACE file: use recommended formatting
 o BUILD files: FYI comment marking gtest dependency in libraries.

PiperOrigin-RevId: 354006322
  • Loading branch information
hzeller committed Jan 27, 2021
1 parent 4206c88 commit b343939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions common/analysis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ cc_library(
"//common/util:algorithm",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest", # for library testonly
],
)

Expand All @@ -162,7 +162,7 @@ cc_library(
"//common/util:algorithm",
"//common/util:logging",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest", # for library testonly
],
)

Expand Down Expand Up @@ -229,7 +229,7 @@ cc_library(
"//common/text:text_structure",
"//common/util:logging",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest", # for library testonly
],
)

Expand Down
2 changes: 1 addition & 1 deletion verilog/CST/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cc_library(
"//common/text:text_structure",
"//verilog/analysis:verilog_analyzer",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest", # for library testonly
],
)

Expand Down

0 comments on commit b343939

Please sign in to comment.