@@ -40,8 +40,7 @@ |
||
40 | 40 | '#template' => $info->getCode(), |
41 | 41 | ); |
42 | 42 | } |
43 | - } |
|
44 | - catch (\Exception $exception) { |
|
43 | + } catch (\Exception $exception) { |
|
45 | 44 | watchdog_exception('url_embed', $exception); |
46 | 45 | } |
47 | 46 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * |
19 | 19 | * @group url_embed |
20 | 20 | */ |
21 | -class LinkEmbedFormatterTest extends LinkFieldTest{ |
|
21 | +class LinkEmbedFormatterTest extends LinkFieldTest { |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Modules to enable. |