Skip to content

Commit 25c022e

Browse files
authored
1 parent 3160770 commit 25c022e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpPresentation/Shape/Line.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function __construct($fromX, $fromY, $toX, $toY)
4343
$this->setOffsetY($fromY);
4444
$this->setWidth($toX - $fromX);
4545
$this->setHeight($toY - $fromY);
46-
4746
}
4847

4948
/**

0 commit comments

Comments
 (0)