From 46f460a3bf69c873f356e672d07fc0d3077bc730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Wed, 1 Feb 2017 04:51:10 +0900 Subject: [PATCH] Fix: Add missing semicolon --- src/web/app/common/scripts/get-cat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js index 799f31b9c..bccfcbd4f 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 '(=^・・^=)'; };