Skip to content

Commit d54d20b

Browse files
committed
Fix code style
1 parent 14201d9 commit d54d20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExpoChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function send($notifiable, Notification $notification)
4848
$interest = $notifiable->routeNotificationFor('ExpoPushNotifications')
4949
?: $this->interestName($notifiable);
5050

51-
$interests = [ $interest ];
51+
$interests = [$interest];
5252

5353
try {
5454
$this->expo->notify(

0 commit comments

Comments
 (0)