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 +}