Format Android.bp in simulator_app.

Test: Build pass
Bug: 216079944
Ignore-AOSP-First: nearby_not_in_aosp_yet
Change-Id: Ic2381d9c85b58f08f491810eee986964709f9cc2
diff --git a/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/Android.bp b/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/Android.bp
index f3eed51..79c5007 100644
--- a/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/Android.bp
+++ b/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/Android.bp
@@ -30,16 +30,16 @@
 android_library {
     name: "NearbyFastPairProviderSimulatorLib",
     sdk_version: "test_current",
-        srcs: [
-            "src/**/*.java",
-            "src/**/*.kt",
-        ],
-        static_libs: [
-            "NearbyFastPairProviderLib",
-            "NearbyFastPairProviderLiteProtos",
-            "NearbyFastPairProviderSimulatorLiteProtos",
-            "androidx.annotation_annotation",
-            "error_prone_annotations",
-            "fast-pair-lite-protos",
-        ],
+    srcs: [
+        "src/**/*.java",
+        "src/**/*.kt",
+    ],
+    static_libs: [
+        "NearbyFastPairProviderLib",
+        "NearbyFastPairProviderLiteProtos",
+        "NearbyFastPairProviderSimulatorLiteProtos",
+        "androidx.annotation_annotation",
+        "error_prone_annotations",
+        "fast-pair-lite-protos",
+    ],
 }
\ No newline at end of file