Completed
Push — master ( 7de731...d1e03a )
by Francesco
03:03
created
Controller/HighlightDemoController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,11 +84,11 @@
 block discarded – undo
84 84
     public function highlightDemoAction()
85 85
     {
86 86
         $root = dirname($this->get('kernel')
87
-                             ->locateResource('@MesHighlightBundle/MesHighlightBundle.php'));
87
+                                ->locateResource('@MesHighlightBundle/MesHighlightBundle.php'));
88 88
 
89 89
         // Change root path for "code files".
90 90
         $this->get('mes_highlight.highlighter')
91
-             ->setRootPath($root);
91
+                ->setRootPath($root);
92 92
 
93 93
         return $this->render('MesHighlightBundle::demo.html.twig', array(
94 94
             'content' => $this->demoContent,
Please login to merge, or discard this patch.