Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Aug 9, 2022
1 parent 04078fe commit ee277e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Charts/BaseChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function size()
return [
'style' => $sizes->map(function ($value, $key) {
return $key.':'.$value;
})->join(';')
})->join(';'),
];
}

Expand Down

0 comments on commit ee277e4

Please sign in to comment.