Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 1fdf494

Browse files
committed
Fix formatting
1 parent 64cbea0 commit 1fdf494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/in_app_purchase/in_app_purchase_android/example/integration_test/in_app_purchase_test.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ void main() {
1515
(WidgetTester tester) async {
1616
InAppPurchaseAndroidPlatformAddition.enablePendingPurchases();
1717
InAppPurchaseAndroidPlatform.registerPlatform();
18-
final InAppPurchasePlatform androidPlatform = InAppPurchasePlatform.instance;
18+
final InAppPurchasePlatform androidPlatform =
19+
InAppPurchasePlatform.instance;
1920
expect(androidPlatform, isNotNull);
2021
});
2122
}

0 commit comments

Comments
 (0)