Skip to content

Commit e02a34f

Browse files
committed
Fix lint issues
1 parent 6e8930b commit e02a34f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/src/core/buffer/buffer.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,6 @@ class Buffer {
551551

552552
builder.write('${i.toString().padLeft(lineNumberLength)}: |${lines[i]}|');
553553

554-
TextEditingValue;
555-
556554
if (line.isWrapped) {
557555
builder.write(' (⏎)');
558556
}

lib/src/ui/shortcut/actions.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class TerminalActions extends StatelessWidget {
2121

2222
@override
2323
Widget build(BuildContext context) {
24-
TextEditingController;
25-
2624
return Actions(
2725
actions: {
2826
PasteTextIntent: CallbackAction<PasteTextIntent>(

0 commit comments

Comments
 (0)