mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
style: Add missing trailing comma
This commit is contained in:
parent
cd33991f97
commit
766f44ee19
|
@ -132,7 +132,7 @@ class _DomainPickerState extends State<DomainPicker> {
|
|||
overflow: TextOverflow.ellipsis,
|
||||
maxLines: 1,
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue