@@ -190,7 +190,7 @@  | 
                                                    ||
| 190 | 190 | Event::on(  | 
                                                        
| 191 | 191 | View::class,  | 
                                                        
| 192 | 192 | View::EVENT_BEFORE_RENDER_PAGE_TEMPLATE,  | 
                                                        
| 193 | -                function (TemplateEvent $event) { | 
                                                        |
| 193 | +                function(TemplateEvent $event) { | 
                                                        |
| 194 | 194 | $view = Craft::$app->getView();  | 
                                                        
| 195 | 195 |                      if ($this->enabledForTemplate($event->template)) { | 
                                                        
| 196 | 196 | $view->getTwig()->setLoader(new CommentTemplateLoader($view));  |