From 55c9bc2c9644d575dda8dfb753657c32d16b5c91 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Tue, 26 Oct 2021 14:46:03 +0000 Subject: [PATCH] style: prettify code --- src/assets/scripts/util.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/assets/scripts/util.js b/src/assets/scripts/util.js index 7844429..5762602 100644 --- a/src/assets/scripts/util.js +++ b/src/assets/scripts/util.js @@ -88,14 +88,8 @@ export function customCssWithTemplate(jsonString, color, theme) { custom_theme.inline.wx_link, jsonString.wx_link ); - custom_theme.block.ul = Object.assign( - custom_theme.block.ul, - jsonString.ul - ); - custom_theme.block.ol = Object.assign( - custom_theme.block.ol, - jsonString.ol - ); + custom_theme.block.ul = Object.assign(custom_theme.block.ul, jsonString.ul); + custom_theme.block.ol = Object.assign(custom_theme.block.ol, jsonString.ol); custom_theme.inline.listitem = Object.assign( custom_theme.inline.listitem, jsonString.li