Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 800eac7

Browse files
chrischris
authored andcommitted
gofmt
1 parent 5493284 commit 800eac7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

cmd/protoc-gen-jsonschema/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ import (
1111
"fmt"
1212
"os"
1313

14-
"github.com/chrusty/protoc-gen-jsonschema/internal/converter"
1514
"github.com/golang/protobuf/proto"
1615
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
1716
"github.com/sirupsen/logrus"
17+
18+
"github.com/chrusty/protoc-gen-jsonschema/internal/converter"
1819
)
1920

2021
func main() {

internal/converter/converter_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ import (
88
"strings"
99
"testing"
1010

11-
"github.com/chrusty/protoc-gen-jsonschema/internal/converter/testdata"
1211
"github.com/golang/protobuf/proto"
1312
"github.com/golang/protobuf/protoc-gen-go/descriptor"
1413
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
1514
"github.com/sirupsen/logrus"
1615
"github.com/stretchr/testify/assert"
16+
17+
"github.com/chrusty/protoc-gen-jsonschema/internal/converter/testdata"
1718
)
1819

1920
const (

internal/converter/sourcecodeinfo_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package converter
22

33
import (
4-
"github.com/golang/protobuf/protoc-gen-go/descriptor"
54
"testing"
5+
6+
"github.com/golang/protobuf/protoc-gen-go/descriptor"
67
)
78

89
func TestSourceInfoLookup(t *testing.T) {

0 commit comments

Comments
 (0)