style: Add missing trailing comma

pull/422/head
Inex Code 2024-01-19 16:38:07 +03:00
parent cd33991f97
commit 766f44ee19
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class _DomainPickerState extends State<DomainPicker> {
overflow: TextOverflow.ellipsis,
maxLines: 1,
),
)
),
],
),
],