Skip to content

Commit

Permalink
added space
Browse files Browse the repository at this point in the history
  • Loading branch information
pluk77 authored Sep 15, 2023
1 parent c44532b commit 42557de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prometheus/MetricFamilySamples.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(array $data)
$this->type = $data['type'];
$this->help = $data['help'];
$this->labelNames = $data['labelNames'];
if(isset($data['samples'])) {
if (isset($data['samples'])) {
foreach ($data['samples'] as $sampleData) {
$this->samples[] = new Sample($sampleData);
}
Expand Down

0 comments on commit 42557de

Please sign in to comment.