Add missing new lines at end of files.

This commit is contained in:
Micheil Smith
2014-04-10 20:31:57 +01:00
parent 66d1f2505f
commit 3e82cab398
103 changed files with 102 additions and 103 deletions

View File

@@ -166,4 +166,4 @@ module.exports = function(app, middleware, controllers){
app.get('/category/:category_id.rss', hasCategoryPrivileges, generateForCategory);
app.get('/recent.rss', generateForRecent);
app.get('/popular.rss', generateForPopular);
};
};