Skip to content

Commit cb72668

Browse files
committed
style: format code for better readability
1 parent 9b68a21 commit cb72668

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/src/screen_lock_detector_method_channel.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ class MethodChannelScreenLockDetector extends ScreenLockDetectorPlatform {
1616

1717
@override
1818
Stream<ScreenStatus> get statusStream {
19-
return eventChannel
20-
.receiveBroadcastStream()
21-
.map((e) => ScreenStatus.fromValue(e?.toString()));
19+
return eventChannel.receiveBroadcastStream().map(
20+
(e) => ScreenStatus.fromValue(e?.toString()),
21+
);
2222
}
2323

2424
@override

0 commit comments

Comments
 (0)