mirror of
https://github.com/interviewstreet/go-jira.git
synced 2024-11-28 08:39:03 +02:00
go fmt
This commit is contained in:
parent
5a0fb0ba05
commit
ecc4b09864
@ -2,10 +2,10 @@ package jira
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"testing"
|
||||
"io/ioutil"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func TestSprintService_MoveIssuesToSprint(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user