mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Fix coding style
This commit is contained in:
parent
746f53fd20
commit
ff1d2e4fed
@ -112,8 +112,7 @@ class PieSlice extends Animatable implements Drawable
|
||||
// To draw a full circle, adjust arc endpoint by a small (unvisible) value
|
||||
$this->endRadian -= 0.001;
|
||||
$pathString = 'M ' . Format::formatSVGNumber($xStart) . ' ' . Format::formatSVGNumber($yStart);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
// Start at the center of the pieslice
|
||||
$pathString = 'M ' . $x . ' ' . $y;
|
||||
// Draw a straight line to the upper part of the arc
|
||||
|
Loading…
x
Reference in New Issue
Block a user