Browse Source

fmt code

tags/v1.21.12.1
palytoxin 4 years ago
parent
commit
6f9e619996
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/auth/cloudbrain.go

+ 1
- 1
modules/auth/cloudbrain.go View File

@@ -12,7 +12,7 @@ type CreateCloudBrainForm struct {
Attachment string `form:"attachment" binding:"Required"`
JobType string `form:"job_type" binding:"Required"`
BenchmarkCategory string `form:"get_benchmark_category"`
GpuType string `form:"gpu_type"`
GpuType string `form:"gpu_type"`
}

type CommitImageCloudBrainForm struct {


Loading…
Cancel
Save