We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f35b50 commit 985e862Copy full SHA for 985e862
lib/src/printers/pretty_printer.dart
@@ -277,8 +277,6 @@ class PrettyPrinter extends LogPrinter {
277
String? error,
278
String? stacktrace,
279
) {
280
- // This code is non trivial and a type annotation here helps understanding.
281
- // ignore: omit_local_variable_types
282
List<String> buffer = [];
283
var verticalLineAtLevel = (includeBox[level]!) ? ('$verticalLine ') : '';
284
var color = _getLevelColor(level);
0 commit comments