Fix: Add missing semicolon

This commit is contained in:
syuilo⭐️ 2017-02-01 04:51:10 +09:00 committed by GitHub
parent 89fded2fe5
commit 7822a55f45

View File

@ -1,3 +1,3 @@
module.exports = function() {
return '(=^・・^=)'
return '(=^・・^=)';
};