Fix code formatting

This commit is contained in:
Inex Code 2020-06-14 14:14:22 +03:00
parent 3b42992fa2
commit f219a69285
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,9 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
borderRadius: BorderRadius.circular(6),
),
child: Text(
(_isMXID ? L10n.of(context).login.toUpperCase() : L10n.of(context).connect.toUpperCase()),
(_isMXID
? L10n.of(context).login.toUpperCase()
: L10n.of(context).connect.toUpperCase()),
style: TextStyle(color: Colors.white, fontSize: 16),
),
onPressed: () =>