Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
EZ4Jam1n committed Sep 2, 2024
1 parent 5fb3843 commit 395d79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrift-gen-http-swagger/plugins/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func handleRequest(req *plugin.Request) (err error) {
if req == nil {
fmt.Fprintf(os.Stderr, "unexpected nil request")
}

args := new(args.Arguments)
if err := args.Unpack(req.PluginParameters); err != nil {
log.Printf("[Error]: unpack args failed: %s", err.Error())
Expand Down

0 comments on commit 395d79e

Please sign in to comment.