Skip to content

Commit 99267a4

Browse files
committed
cs-fixer
1 parent 879dcb3 commit 99267a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Objects/Geometry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function toFeature(): array
8383
return [
8484
'type' => 'Feature',
8585
'properties' => [],
86-
'geometry' => $this->toArray()
86+
'geometry' => $this->toArray(),
8787
];
8888
}
8989

0 commit comments

Comments
 (0)