From 5ea6a49754ba5310eb037f1b79f94cbacf2c1059 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 25 Jan 2021 20:55:35 +0000 Subject: [PATCH] style: auto format --- lib/routes/instagram/index.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/routes/instagram/index.js b/lib/routes/instagram/index.js index 6baa5ed63..d22638a33 100644 --- a/lib/routes/instagram/index.js +++ b/lib/routes/instagram/index.js @@ -46,7 +46,11 @@ async function loadContent(category, nameOrId) { } return { - title, link, description, logo, itemsRaw + title, + link, + description, + logo, + itemsRaw, }; } @@ -125,4 +129,4 @@ module.exports = async (ctx) => { icon: 'https://www.instagram.com/static/images/ico/xxhdpi_launcher.png/99cf3909d459.png', logo: data.logo, }; -}; \ No newline at end of file +};