mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
469aaa398c
resolves #1920 - updates all files to conform to style settings.
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
module.exports = {
|
|
util: function () {
|
|
return 42;
|
|
}
|
|
};
|