style: apply dart format across project
This commit is contained in:
@@ -75,7 +75,8 @@ class _SmsScanScreenState extends State<SmsScanScreen> {
|
||||
);
|
||||
}
|
||||
|
||||
final currentSubscription = _controller.scannedSubscriptions[_controller.currentIndex];
|
||||
final currentSubscription =
|
||||
_controller.scannedSubscriptions[_controller.currentIndex];
|
||||
|
||||
return Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
@@ -119,4 +120,4 @@ class _SmsScanScreenState extends State<SmsScanScreen> {
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user