Skip to content

Commit

Permalink
Removed space form formatting line
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed May 21, 2024
1 parent 0433551 commit 3d7a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/api/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ type Error struct {
Status int `json:"status" validate:"required" example:"400"`
Message string `json:"message" validate:"required" example:"missing argument in call"`
OriginalCall string `json:"original-call" validate:"required" example:"/example/route"`
DownstreamCall string `json:"downstream-call" validate:"omitempty" example:"{"some" : "json"}" `
DownstreamCall string `json:"downstream-call" validate:"omitempty" example:"{"some" : "json"}"`
}

0 comments on commit 3d7a639

Please sign in to comment.