Skip to content

Commit 20ef8ce

Browse files
committed
code format problem
1 parent d80bcf9 commit 20ef8ce

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

spx-backend/cmd/spx-backend/get_projects_context.yap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import (
88
"strconv"
9+
910
"github.com/goplus/builder/spx-backend/internal/controller"
1011
)
1112

@@ -29,4 +30,4 @@ if err != nil {
2930
return
3031
}
3132

32-
json result
33+
json result

spx-backend/cmd/vectorize-resources/main.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ import (
1313
"strings"
1414
"time"
1515

16+
"gorm.io/driver/mysql"
17+
"gorm.io/gorm"
18+
1619
"github.com/goplus/builder/spx-backend/internal/config"
1720
"github.com/goplus/builder/spx-backend/internal/controller"
1821
"github.com/goplus/builder/spx-backend/internal/kodo"
19-
"gorm.io/driver/mysql"
20-
"gorm.io/gorm"
22+
2123
)
2224

2325
var (

0 commit comments

Comments
 (0)