Removed trailing whitespaces

Esse commit está contido em:
Laurent Eschenauer
2013-05-29 21:00:07 +02:00
commit 6f4b9f545a
5 arquivos alterados com 86 adições e 86 exclusões
+2 -2
Ver Arquivo
@@ -35,8 +35,8 @@ app.configure('development', function () {
});
app.get('/', function (req, res) {
res.render('index', {
title: 'Express'
res.render('index', {
title: 'Express'
,scripts: scripts
,styles: styles
});