Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 9, 2019
1 parent c77bcd1 commit dec612a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Psalm/Internal/Codebase/Analyzer.php
Expand Up @@ -1252,7 +1252,6 @@ public function updateFile($file_path, $dry_run)
function (FileManipulation $a, FileManipulation $b) { function (FileManipulation $a, FileManipulation $b) {
if ($b->end === $a->end) { if ($b->end === $a->end) {
if ($a->start === $b->start) { if ($a->start === $b->start) {

return $b->insertion_text > $a->insertion_text ? 1 : -1; return $b->insertion_text > $a->insertion_text ? 1 : -1;
} }


Expand Down

0 comments on commit dec612a

Please sign in to comment.