Skip to content

Commit e1509fa

Browse files
committed
Fix indentation
1 parent 3088278 commit e1509fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Feed/BrndFeedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function getData(Feed $feed): array
8484
return $carry;
8585
}, []);
8686
} catch (\Throwable $throwable) {
87-
$this->logger->error($throwable->getMessage());
87+
$this->logger->error($throwable->getMessage());
8888
// Silently catch all exceptions and return empty result
8989
// $result is already initialized with empty bookings array
9090
}

0 commit comments

Comments
 (0)