chore: Fix lint

This commit is contained in:
Christian Pauly 2022-08-10 21:15:31 +02:00
parent 874da53684
commit da66d6e400
1 changed files with 2 additions and 1 deletions

View File

@ -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),