From 79d9a6def38e5564a54ae12bab62a66ad66060a7 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 24 Oct 2019 20:21:44 -0400 Subject: [PATCH] Remove some extra lines --- src/Editor.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Editor.php b/src/Editor.php index 3e37508..4a1880f 100644 --- a/src/Editor.php +++ b/src/Editor.php @@ -2,8 +2,6 @@ namespace Kilo; - - /** * @property-read int numRows */ @@ -855,4 +853,4 @@ class Editor { $this->moveCursor($c === Key::PAGE_UP ? Key::ARROW_UP : Key::ARROW_DOWN); } } -} \ No newline at end of file +}