style: auto format

This commit is contained in:
github-actions[bot] 2024-03-27 16:50:32 +00:00
parent e5b0754fd6
commit a13a9bda06
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ export const route: Route = {
path: '/file/:user/:repo/:branch/:filepath{.+}',
example: '/github/file/DIYgod/RSSHub/master/README.md',
parameters: {
user: "GitHub user or org name",
repo: "repository name",
branch: "branch name",
filepath: "path of target file",
user: 'GitHub user or org name',
repo: 'repository name',
branch: 'branch name',
filepath: 'path of target file',
},
radar: [
{