Skip to content

Commit 2f93a54

Browse files
author
Tim Ansell
committed
Fixes from buildifier.
Signed-off-by: Tim Ansell <[email protected]>
1 parent c7da44c commit 2f93a54

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ package(
2020
)
2121

2222
license(
23-
name = "package_license",
24-
package_name = "bazel_rules_hdl",
23+
name = "package_license",
24+
package_name = "bazel_rules_hdl",
2525
)
2626

2727
licenses(["notice"])

dependency_support/rules_license/rules_license.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def rules_license():
2323
name = "rules_license",
2424
urls = [
2525
"https://github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
26-
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
26+
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
2727
],
2828
sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381",
2929
)

pdk/proto/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
1516
load("@rules_python//python:proto.bzl", "py_proto_library")
1617

1718
package(

0 commit comments

Comments
 (0)