Skip to content

Commit

Permalink
Format empty_catches
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Dec 31, 2023
1 parent a3143a5 commit d1c3edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/component/eh/eh_headers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class EHSession {
if (host.contains('e-hentai')) ehashs = ehEhashs;
ehash = foundEhash;
}
// ignore: empty_catches
} catch (e) {}
});
} catch (_) {}
Expand Down
1 change: 1 addition & 0 deletions lib/pages/bookmark/group/group_article_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ class _GroupArticleListPageState extends State<GroupArticleListPage> {
'Id': int.parse(element.article()),
'Loading': true,
}));
// ignore: empty_catches
} catch (e) {}
queryResult = result;
_applyFilter();
Expand Down

0 comments on commit d1c3edf

Please sign in to comment.