style: Add missing trailing comma

This commit is contained in:
Inex Code 2024-01-19 16:38:07 +03:00
parent cd33991f97
commit 766f44ee19

View file

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