1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-05-13 21:56:42 +02:00

style: Adjust source code according gofmt -d -s

Adjusting source code according to the go coding guidelines
and simplify it a bit.
This commit is contained in:
Andy Grunwald 2020-04-29 09:12:34 +02:00 committed by Wes McNamee
parent 8c77107df3
commit 72d53e4630
3 changed files with 7 additions and 7 deletions

View File

@ -1018,7 +1018,7 @@ func TestIssueFields_MarshalJSON_Success(t *testing.T) {
Key: "EX",
},
AffectsVersions: []*AffectsVersion{
&AffectsVersion{
{
ID: "10705",
Name: "2.1.0-rc3",
Self: "http://www.example.com/jira/rest/api/2/version/10705",