ran buildifier
diff --git a/rules/analysis_test.bzl b/rules/analysis_test.bzl
index aedf3de..0ac404b 100644
--- a/rules/analysis_test.bzl
+++ b/rules/analysis_test.bzl
@@ -23,7 +23,7 @@
 
 analysis_test = rule(
     _analysis_test_impl,
-    attrs = { "targets" : attr.label_list(mandatory = True) },
+    attrs = {"targets": attr.label_list(mandatory = True)},
     test = True,
     analysis_test = True,
     doc = """Test rule checking that other targets can be successfully analyzed.
@@ -52,5 +52,5 @@
     Args:
       name: The name of the test rule.
       targets: A list of targets to ensure build.
-    """
+    """,
 )