Skip to content

Commit

Permalink
all: run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Oct 5, 2017
1 parent 52e83a8 commit 459b6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"net/http"
"testing"
"time"
"net/url"

"github.com/stretchr/testify/assert"
"net/url"
)

func TestConfig(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion health/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package health
// swagger:response healthStatus
type swaggerListClientsResult struct {
// in: body
Body struct{
Body struct {
// Status always contains "ok"
Status string `json:"status"`
}
Expand Down

0 comments on commit 459b6f5

Please sign in to comment.