Make Buildifier happy
diff --git a/BUILD b/BUILD
index f76704f..ce7074e 100644
--- a/BUILD
+++ b/BUILD
@@ -6,8 +6,8 @@
 
 filegroup(
     name = "distribution",
-    srcs = glob([
+    srcs = [
         "LICENSE",
-    ]),
+    ],
     visibility = ["@//distro:__pkg__"],
 )
\ No newline at end of file
diff --git a/internal_setup.bzl b/internal_setup.bzl
index 0ad32b3..beee607 100644
--- a/internal_setup.bzl
+++ b/internal_setup.bzl
@@ -19,7 +19,6 @@
 
 # TODO(fweikert): Also load rules_go's setup.bzl file from the federation once it exists
 load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
-
 load("@bazel_federation//setup:rules_pkg.bzl", "rules_pkg_setup")
 
 def rules_cc_internal_setup():