Fix build warning.

It's a warning to not have loads at top of BUILD files.

Change-Id: I2d23c358c0ff4fa5ac883a635d925e3d879750d4
diff --git a/pw_bloat/BUILD b/pw_bloat/BUILD
index c3de76a..d0e93fc 100644
--- a/pw_bloat/BUILD
+++ b/pw_bloat/BUILD
@@ -12,16 +12,16 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-package(default_visibility = ["//visibility:public"])
-
-licenses(["notice"])  # Apache License 2.0
-
 load(
     "//pw_build:pigweed.bzl",
     "pw_cc_binary",
     "pw_cc_library",
 )
 
+package(default_visibility = ["//visibility:public"])
+
+licenses(["notice"])  # Apache License 2.0
+
 # Library which uses standard C/C++ functions such as memcpy to prevent them
 # from showing up within bloat diff reports.
 pw_cc_library(