@@ -82,8 +82,7 @@ discard block |
||
82 | 82 | 'effect' => 'fade', |
83 | 83 | ], |
84 | 84 | ]; |
85 | - } |
|
86 | - else { |
|
85 | + } else { |
|
87 | 86 | $form['source_proximity_filter_warning'] = [ |
88 | 87 | '#type' => 'html_tag', |
89 | 88 | '#tag' => 'div', |
@@ -149,8 +148,7 @@ discard block |
||
149 | 148 | "lon" => $coordinates->getLongitude(), |
150 | 149 | ]; |
151 | 150 | } |
152 | - } |
|
153 | - catch (\Exception $e) { |
|
151 | + } catch (\Exception $e) { |
|
154 | 152 | $this->getLogger('df_tools_map')->error($e->getMessage()); |
155 | 153 | } |
156 | 154 | } |