mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-07-05 00:29:03 +02:00
go fmt
This commit is contained in:
@ -2,10 +2,10 @@ package jira
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
"testing"
|
"testing"
|
||||||
"io/ioutil"
|
|
||||||
"fmt"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestSprintService_MoveIssuesToSprint(t *testing.T) {
|
func TestSprintService_MoveIssuesToSprint(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user