[minor] remove blank line

[skip ci]
This commit is contained in:
Julien Fastré 2019-02-27 13:12:00 +01:00
parent 722274964c
commit 662a007ff5

View File

@ -90,7 +90,7 @@ class ExportController extends Controller
$exportManager = $this->exportManager;
$exports = $exportManager->getExports(true);
return $this->render('ChillMainBundle:Export:layout.html.twig', array(
'exports' => $exports
));