1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Remove blank line

This commit is contained in:
Matthew Brown 2019-08-08 23:06:52 -04:00
parent c77bcd1388
commit dec612a47e

View File

@ -1252,7 +1252,6 @@ class Analyzer
function (FileManipulation $a, FileManipulation $b) {
if ($b->end === $a->end) {
if ($a->start === $b->start) {
return $b->insertion_text > $a->insertion_text ? 1 : -1;
}