aboutsummaryrefslogtreecommitdiff
path: root/deps.bzl
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2022-01-31 22:21:05 -0500
committerTony Aiuto <aiuto@google.com>2022-01-31 22:21:05 -0500
commit12c4e835465646fb90f71f00796a66b3008e9229 (patch)
tree355ecab7eaf0a890dcf9bb5343a77102c4b61d70 /deps.bzl
parent911de9f67b741dae6bcbd2b33c6066b1fb780d66 (diff)
downloadbazelbuild-rules_license-12c4e835465646fb90f71f00796a66b3008e9229.tar.gz
do some things to make buildifier happy
Diffstat (limited to 'deps.bzl')
-rw-r--r--deps.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps.bzl b/deps.bzl
index c6d75cd..7e2a69a 100644
--- a/deps.bzl
+++ b/deps.bzl
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Workspace dependencies for rules_license/rules
+"""Workspace dependencies for rules_license/rules."""
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")