Fix linter

This commit is contained in:
Miguel de la Cruz 2020-03-01 13:03:47 +01:00
parent 0ae0c6ffdf
commit b69dce907e
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ type JiraIssueFields struct {
}
type JiraIssue struct {
Key string `json:"key"`
Key string `json:"key"`
Fields JiraIssueFields `json:"fields"`
}