Skip to content

Commit fbb998a

Browse files
committed
Flutter format
1 parent 2eb2def commit fbb998a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/src/google_api_availability.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import 'models/google_play_services_availability.dart';
1010
class GoogleApiAvailability {
1111
const GoogleApiAvailability._();
1212

13-
/// Creates an instance of the [GoogleApiAvailability] class. This
14-
/// constructor is exposed for testing purposes only and should not be used
15-
/// by clients of the plugin as it may break or change at any time.
13+
/// Creates an instance of the [GoogleApiAvailability] class. This
14+
/// constructor is exposed for testing purposes only and should not be used
15+
/// by clients of the plugin as it may break or change at any time.
1616
@visibleForTesting
1717
const GoogleApiAvailability.private();
1818

lib/src/models/google_play_services_availability.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ class GooglePlayServicesAvailability {
77
/// Returns the value of the status as a string of the given status integer
88
factory GooglePlayServicesAvailability.byValue(int value) => values[value];
99

10-
/// Creates an instance of the [GoogleApiAvailability] class. This
11-
/// constructor is exposed for testing purposes only and should not be used
12-
/// by clients of the plugin as it may break or change at any time.
10+
/// Creates an instance of the [GoogleApiAvailability] class. This
11+
/// constructor is exposed for testing purposes only and should not be used
12+
/// by clients of the plugin as it may break or change at any time.
1313
@visibleForTesting
1414
const GooglePlayServicesAvailability.private(this.value);
1515

0 commit comments

Comments
 (0)