From 55d5d806c4f96da84cba21bbe27dbd9c679542da Mon Sep 17 00:00:00 2001 From: AbdulWahab3181 <41957704+AbdulWahab3181@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:30:02 +0500 Subject: [PATCH] Fixed spaces --- db/structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/structs.go b/db/structs.go index 8e00ccbea..4b7700824 100644 --- a/db/structs.go +++ b/db/structs.go @@ -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 {