style: format code for all

This commit is contained in:
LZHD
2021-07-06 01:01:42 +08:00
committed by 踏学吾痕
parent e1200f2dbe
commit 77a1a47110
114 changed files with 7068 additions and 1068 deletions

View File

@@ -10,7 +10,7 @@ const flowChartRouter = {
title: "message.hsflowChart",
showLink: true,
savedPosition: true,
rank: 1,
rank: 1
},
children: [
{
@@ -20,10 +20,10 @@ const flowChartRouter = {
meta: {
title: "message.hsflowChart",
showLink: true,
savedPosition: true,
},
},
],
savedPosition: true
}
}
]
};
export default flowChartRouter;