aboutsummaryrefslogtreecommitdiff
path: root/lib.bzl
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2018-11-26 17:31:29 -0500
committerc-parsons <cparsons@google.com>2018-11-26 17:31:29 -0500
commit8c575e737f226690f1e76e099023b97573f32729 (patch)
tree8b20a0b50e624b746f3619818691a676793fe173 /lib.bzl
parentd7c5518fa061ae18a20d00b14082705d3d2d885d (diff)
downloadbazel-skylib-8c575e737f226690f1e76e099023b97573f32729.tar.gz
Fix up lint issues. (#77)
Fixed via `buildifier --lint=fix` with buildifier 0.19.2.1
Diffstat (limited to 'lib.bzl')
-rw-r--r--lib.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.bzl b/lib.bzl
index d99e498..9cffa0e 100644
--- a/lib.bzl
+++ b/lib.bzl
@@ -24,8 +24,8 @@ load("//lib:sets.bzl", _sets = "sets")
load("//lib:shell.bzl", _shell = "shell")
load("//lib:structs.bzl", _structs = "structs")
load("//lib:types.bzl", _types = "types")
-load("//lib:versions.bzl", _versions = "versions")
load("//lib:unittest.bzl", _asserts = "asserts", _unittest = "unittest")
+load("//lib:versions.bzl", _versions = "versions")
print(
"WARNING: lib.bzl is deprecated and will go away in the future, please" +