Skip to content

Commit 5941b89

Browse files
author
Carlos Granados
committed
Remove indentation in blank line
Remove indentation in blank line
1 parent 05da696 commit 5941b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/templating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ configuration:
872872
// src/AppBundle/Controller/WelcomeController.php
873873
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
874874
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
875-
875+
876876
class WelcomeController extends Controller
877877
{
878878
/**
@@ -940,7 +940,7 @@ route:
940940
// src/AppBundle/Controller/ArticleController.php
941941
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
942942
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
943-
943+
944944
class ArticleController extends Controller
945945
{
946946
/**

0 commit comments

Comments
 (0)