diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-01 04:51:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-01 04:51:10 +0900 |
| commit | 46f460a3bf69c873f356e672d07fc0d3077bc730 (patch) | |
| tree | fa2c73426ea2b5ca169210075378665208d2c193 /src/web/app | |
| parent | Refactor: Extract the cat generator (diff) | |
| download | sharkey-46f460a3bf69c873f356e672d07fc0d3077bc730.tar.gz sharkey-46f460a3bf69c873f356e672d07fc0d3077bc730.tar.bz2 sharkey-46f460a3bf69c873f356e672d07fc0d3077bc730.zip | |
Fix: Add missing semicolon
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/common/scripts/get-cat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js index 799f31b9c3..bccfcbd4f9 100644 --- a/src/web/app/common/scripts/get-cat.js +++ b/src/web/app/common/scripts/get-cat.js @@ -1,3 +1,3 @@ module.exports = function() { - return '(=^・・^=)' + return '(=^・・^=)'; }; |