Skip to content

Commit

Permalink
revert accidental unrelated fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Nov 18, 2024
1 parent 9bf126f commit 83ea91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/Metrics/Stream/DeltaStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
final class DeltaStorage
{
private readonly Delta $head;
private Delta $head;

public function __construct(private readonly AggregationInterface $aggregation)
{
Expand Down

0 comments on commit 83ea91a

Please sign in to comment.