Skip to content

Commit 341262a

Browse files
frnanduclaude
andcommitted
fix: dart format quantum_secure_page.dart
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent d8044c1 commit 341262a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/sample-app/lib/quantum_secure_page.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ class _QuantumSecurePageState extends State<QuantumSecurePage> {
242242
child: Text(
243243
'This is an experiment to test the feasibility of Dilithium in Nostr.\n\n'
244244
'Please note that the ID is still generated the conventional way.',
245-
style: Theme.of(context).textTheme.bodyMedium
245+
style: Theme.of(context)
246+
.textTheme
247+
.bodyMedium
246248
?.copyWith(color: Colors.grey[700], height: 1.5),
247249
),
248250
),

0 commit comments

Comments
 (0)