Skip to content

Commit

Permalink
fix(types): remove space
Browse files Browse the repository at this point in the history
Co-authored-by: Avinal Kumar <[email protected]>
Signed-off-by: Gaurav Mishra <[email protected]>
  • Loading branch information
GMishx and avinal authored Dec 4, 2023
1 parent e95a79e commit e725b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type LicenseInput struct {
Shortname string `json:"rf_shortname" binding:"required"`
Fullname string `json:"rf_fullname" binding:"required"`
Text string `json:"rf_text" binding:"required"`
Url string `json:"rf_url" `
Url string `json:"rf_url"`
AddDate string `json:"rf_add_date"`
Copyleft string `json:"rf_copyleft"`
FSFfree string `json:"rf_FSFfree"`
Expand Down

0 comments on commit e725b83

Please sign in to comment.