Skip to content

Commit

Permalink
Fixed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 authored Apr 25, 2024
1 parent 64ff914 commit 55d5d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ type Workspace struct {
Github string `json:"github" validate:"omitempty,uri"`
Description string `json:"description" validate:"omitempty,lte=120"`
Mission string `json:"mission"`
Tactics string `json:"tactics"`
SchematicUrl string `json:"schematic_url"`
Tactics string `json:"tactics"`
SchematicUrl string `json:"schematic_url"`
}

type WorkspaceShort struct {
Expand Down

0 comments on commit 55d5d80

Please sign in to comment.