dart format

This commit is contained in:
Eric Poulsen
2026-06-13 22:05:46 -07:00
parent e1536c49b1
commit 5f54a2cd1b
4 changed files with 161 additions and 150 deletions
+3 -1
View File
@@ -125,7 +125,9 @@ class _BleDebugLogScreenState extends State<BleDebugLogScreen> {
if (context.mounted) {
showDismissibleSnackBar(
context,
content: Text(context.l10n.debugLog_bleCopied),
content: Text(
context.l10n.debugLog_bleCopied,
),
);
}
}