Skip to content

Commit 034dcaf

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent 7a1cd71 commit 034dcaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Dto/SegmentPayload.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ public function track(): bool
6464

6565
public function __destruct()
6666
{
67-
68-
if (!$this->sendable) {
67+
if (! $this->sendable) {
6968
return;
7069
}
7170

0 commit comments

Comments
 (0)