Remove some extra lines
This commit is contained in:
parent
76b6acdf80
commit
79d9a6def3
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Kilo;
|
namespace Kilo;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property-read int numRows
|
* @property-read int numRows
|
||||||
*/
|
*/
|
||||||
@ -855,4 +853,4 @@ class Editor {
|
|||||||
$this->moveCursor($c === Key::PAGE_UP ? Key::ARROW_UP : Key::ARROW_DOWN);
|
$this->moveCursor($c === Key::PAGE_UP ? Key::ARROW_UP : Key::ARROW_DOWN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user