Misc cleanup.

PiperOrigin-RevId: 207177125
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD
index 483b671..980e14a 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD
@@ -18,7 +18,10 @@
     "@build_bazel_rules_apple//apple:ios.bzl",
     "ios_application",
 )
-load("@build_bazel_rules_apple//apple:swift.bzl", "swift_library")
+load(
+    "@build_bazel_rules_apple//apple:swift.bzl",
+    "swift_library",
+)
 
 ios_application(
     name = "Application",
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
index 73831ba..b029b11 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
@@ -22,7 +22,10 @@
     "ios_unit_test",
     "ios_ui_test",
 )
-load("@build_bazel_rules_apple//apple:swift.bzl", "swift_library")
+load(
+    "@build_bazel_rules_apple//apple:swift.bzl",
+    "swift_library",
+)
 
 ios_application(
     name = "SkylarkApplication",