Completed
Push — master ( 416e0d...8de403 )
by Aimeos
01:52
created
lib/custom/src/MW/View/Engine/Twig.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
 			$this->env->setLoader( $loader );
66 66
 
67 67
 			return $content;
68
-		}
69
-		catch( \Exception $e )
68
+		} catch( \Exception $e )
70 69
 		{
71 70
 			$this->env->setLoader( $loader );
72 71
 			throw $e;
Please login to merge, or discard this patch.