banckend style-fix

This commit is contained in:
dhb52
2022-08-11 09:58:59 +08:00
committed by songzhibin97
parent 9c564df350
commit 1efb68b11f
9 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
)
type ApiGroup struct {
SystemApiGroup system.ApiGroup
ExampleApiGroup example.ApiGroup
SystemApiGroup system.ApiGroup
ExampleApiGroup example.ApiGroup
}
var ApiGroupApp = new(ApiGroup)