From 436ce2940e90c6647665629e1c3315301c66f204 Mon Sep 17 00:00:00 2001 From: Samuel W Date: Sat, 9 May 2020 00:22:53 +0800 Subject: [PATCH] Fix Config,js Code Style #2 --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 3b8fa79..4a99c44 100644 --- a/config.js +++ b/config.js @@ -45,6 +45,6 @@ module.exports = { youtube: '', soundcloud: '', medium: '#', - }, - }, + } + } };