From 6eec2f6048bccd332739262f48dde67fff36e4bc Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Fri, 27 May 2016 14:15:02 +0200 Subject: [PATCH] go fmt --- issue.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/issue.go b/issue.go index ba7afbc..ab3e352 100644 --- a/issue.go +++ b/issue.go @@ -31,9 +31,9 @@ type Issue struct { // Attachment represents a JIRA attachment type Attachment struct { - Self string `json:"self,omitempty"` - Id string `json:"id,omitempty"` - Filename string `json:"filename,omitempty"` + Self string `json:"self,omitempty"` + Id string `json:"id,omitempty"` + Filename string `json:"filename,omitempty"` Author *Assignee `json:"author,omitempty"` Created string `json:"created,omitempty"` Size int `json:"size,omitempty"`