Add missing newline at the end of text files

On Unix it is common to have a newline at the end of text files.
This commit is contained in:
Christian Berendt
2015-02-16 21:35:33 +01:00
parent c3dea3edeb
commit e027f4025b
34 changed files with 34 additions and 34 deletions

View File

@@ -13,4 +13,4 @@ module.exports = _.extend(
require('./users/users.authorization.server.controller'),
require('./users/users.password.server.controller'),
require('./users/users.profile.server.controller')
);
);