Skip to content

Commit

Permalink
fix: a minor lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed May 3, 2022
1 parent e389a17 commit 5defbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/cmd/protocgenprotolint/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package protocgenprotolint
import (
"bytes"
"fmt"
"google.golang.org/protobuf/types/pluginpb"
"io"
"io/ioutil"
"os"
"strings"

"google.golang.org/protobuf/types/pluginpb"

"github.com/yoheimuta/protolint/internal/cmd/subcmds"

"github.com/yoheimuta/protolint/internal/cmd/subcmds/lint"
Expand Down

0 comments on commit 5defbf6

Please sign in to comment.