Skip to content

Commit 7899390

Browse files
committed
cleaning up linting
1 parent 10a05ab commit 7899390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests/validate_body_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import (
77
"bytes"
88
"encoding/json"
99
"fmt"
10-
"github.com/pb33f/libopenapi-validator/config"
1110
"net/http"
1211
"testing"
1312

1413
"github.com/pb33f/libopenapi"
14+
"github.com/pb33f/libopenapi-validator/config"
1515
"github.com/stretchr/testify/assert"
1616
"github.com/stretchr/testify/require"
1717

0 commit comments

Comments
 (0)