Skip to content

Commit

Permalink
Fix remaining linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Nov 7, 2023
1 parent 2df7aaf commit f4fa131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/helpers/logs/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class LogEntryWidget extends StatelessWidget {
try {
// ignore: avoid_dynamic_calls
return object.toJson();
// ignore: avoid_catches_without_on_clauses
} catch (_) {}
try {
return '$object';
Expand Down

0 comments on commit f4fa131

Please sign in to comment.