1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-03 21:49:30 -05:00

Fix: Add missing semicolon

This commit is contained in:
syuilo⭐️ 2017-02-01 04:51:10 +09:00 committed by GitHub
parent 23810d0ce5
commit 46f460a3bf

View file

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