Skip to content

Commit bfb92a3

Browse files
committed
format
1 parent b160935 commit bfb92a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dart/lib/src/platform/_io_platform.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ class PlatformBase {
3030
String get localHostname => io.Platform.localHostname;
3131

3232
bool get isWeb => false;
33-
}
33+
}

flutter/test/profiling_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void main() {
2121
Hub hubWithSampleRate(double profilesSampleRate) {
2222
final o = defaultTestOptions();
2323
o.platform = MockPlatform.iOS();
24-
24+
2525
o.profilesSampleRate = profilesSampleRate;
2626

2727
final hub = MockHub();

0 commit comments

Comments
 (0)