From f219a69285f5d4a29293ae69df0957dfc721b856 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Sun, 14 Jun 2020 14:14:22 +0300 Subject: [PATCH] Fix code formatting --- lib/views/homeserver_picker.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/views/homeserver_picker.dart b/lib/views/homeserver_picker.dart index b8eb0bc..79af95d 100644 --- a/lib/views/homeserver_picker.dart +++ b/lib/views/homeserver_picker.dart @@ -152,7 +152,9 @@ class _HomeserverPickerState extends State { 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: () =>