Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald committed Apr 23, 2024
1 parent 11fd29b commit 9a6d472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bzl_library/a.bzl
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"""a.bzl, livin' its best life"""

A = 30
2 changes: 2 additions & 0 deletions tests/bzl_library/b.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
"""b.bzl, which loads from a.bzl"""

load(":a.bzl", "A")
B = A + 70

0 comments on commit 9a6d472

Please sign in to comment.