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

@@ -51,4 +51,4 @@ exports.hasAuthorization = function(roles) {
}
});
};
};
};