Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Porto Carrero <ivan@flanders.co.nz>
  • Loading branch information
casualjim committed Feb 2, 2020
1 parent 3f46044 commit dce82e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions contact_info.go
Expand Up @@ -16,6 +16,7 @@ package spec

import (
"encoding/json"

"github.com/go-openapi/swag"
)

Expand Down
3 changes: 2 additions & 1 deletion contact_info_test.go
Expand Up @@ -16,8 +16,9 @@ package spec

import (
"encoding/json"
"github.com/stretchr/testify/assert"
"testing"

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

const contactInfoJSON = `{
Expand Down
1 change: 1 addition & 0 deletions license.go
Expand Up @@ -16,6 +16,7 @@ package spec

import (
"encoding/json"

"github.com/go-openapi/swag"
)

Expand Down
3 changes: 2 additions & 1 deletion license_test.go
Expand Up @@ -16,8 +16,9 @@ package spec

import (
"encoding/json"
"github.com/stretchr/testify/assert"
"testing"

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

var license = License{
Expand Down

0 comments on commit dce82e4

Please sign in to comment.