@@ -89,8 +89,7 @@ |
||
89 | 89 | $attendees = $this->meetupService->getMeetupAttendees($parts[count($parts) - 2]); |
90 | 90 | shuffle($attendees); |
91 | 91 | } |
92 | - } |
|
93 | - catch(\Exception $e) { |
|
92 | + } catch(\Exception $e) { |
|
94 | 93 | } |
95 | 94 | |
96 | 95 | return new HtmlResponse( |