From a1909d73bebcc436e64f953056e1331ea26127a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 19:31:10 +0000 Subject: [PATCH] style: auto format --- docs/programming.md | 12 ++++++------ lib/v2/gocn/maintainer.js | 2 +- lib/v2/gocn/router.js | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/programming.md b/docs/programming.md index 53fa1d8f6..452abe75c 100644 --- a/docs/programming.md +++ b/docs/programming.md @@ -277,6 +277,12 @@ GitHub 官方也提供了一些 RSS: +## GoCN + +### 文章 + + + ## Hacker News ### 分区 @@ -974,9 +980,3 @@ GitHub 官方也提供了一些 RSS: ### 热门 - -## GoCN - -### 文章 - - diff --git a/lib/v2/gocn/maintainer.js b/lib/v2/gocn/maintainer.js index 0a378594b..b0e69d17d 100644 --- a/lib/v2/gocn/maintainer.js +++ b/lib/v2/gocn/maintainer.js @@ -1,3 +1,3 @@ module.exports = { '/': ['AtlanCI'], -}; \ No newline at end of file +}; diff --git a/lib/v2/gocn/router.js b/lib/v2/gocn/router.js index 924b16fb7..dd75f3bd3 100644 --- a/lib/v2/gocn/router.js +++ b/lib/v2/gocn/router.js @@ -1,3 +1,3 @@ module.exports = function (router) { router.get('/', require('./topics')); -}; \ No newline at end of file +};