style: auto format

This commit is contained in:
GitHub Action
2021-01-11 04:48:46 +00:00
parent f6f3ca1c38
commit 6fac3d0dce

View File

@@ -1,6 +1,6 @@
/* eslint-disable */
module.exports = async ({ github, context, core}, baseUrl, routes, number) => {
module.exports = async ({ github, context, core }, baseUrl, routes, number) => {
if (routes[0] === 'NOROUTE') {
return;
}