Fix: Add missing semicolon
This commit is contained in:
parent
89fded2fe5
commit
7822a55f45
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
module.exports = function() {
|
module.exports = function() {
|
||||||
return '(=^・・^=)'
|
return '(=^・・^=)';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue