Skip to content

Commit dcfaf17

Browse files
committed
Update code-style 💻
1 parent 24056c7 commit dcfaf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Notifications/Beautiful.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public function task(string $description, Closure $task): void
3636
{
3737
if ($this->canSpeak()) {
3838
$this->components()->task($description, $task);
39-
39+
4040
return;
4141
}
42-
42+
4343
$task();
4444
}
4545

0 commit comments

Comments
 (0)