瀏覽代碼

Fix lint issues

xuty 3 年之前
父節點
當前提交
e02a34f413
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 2
      lib/src/core/buffer/buffer.dart
  2. 0 2
      lib/src/ui/shortcut/actions.dart

+ 0 - 2
lib/src/core/buffer/buffer.dart

@@ -551,8 +551,6 @@ class Buffer {
 
       builder.write('${i.toString().padLeft(lineNumberLength)}: |${lines[i]}|');
 
-      TextEditingValue;
-
       if (line.isWrapped) {
         builder.write(' (⏎)');
       }

+ 0 - 2
lib/src/ui/shortcut/actions.dart

@@ -21,8 +21,6 @@ class TerminalActions extends StatelessWidget {
 
   @override
   Widget build(BuildContext context) {
-    TextEditingController;
-
     return Actions(
       actions: {
         PasteTextIntent: CallbackAction<PasteTextIntent>(