mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 11:39:30 +01:00
chore: Fix lint
This commit is contained in:
parent
874da53684
commit
da66d6e400
@ -90,7 +90,8 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
||||
|
||||
void _loadHomeserverList() async {
|
||||
try {
|
||||
final homeserverList = await JoinmatrixOrgParser().fetchHomeservers();
|
||||
final homeserverList =
|
||||
await const JoinmatrixOrgParser().fetchHomeservers();
|
||||
final benchmark = await HomeserverListProvider.benchmarkHomeserver(
|
||||
homeserverList,
|
||||
timeout: const Duration(seconds: 10),
|
||||
|
Loading…
Reference in New Issue
Block a user