Skip to content

Commit

Permalink
Address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Jul 14, 2016
1 parent 6084485 commit f6ae00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/thrift/transport_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import "github.com/yarpc/yarpc-go/transport"
var DisableEnvelopingForTransport transport.Options

func init() {
DisableEnvelopingForTransport = DisableEnvelopingForTransport.With(
DisableEnvelopingForTransport = transport.Options{}.With(
transportDisableEnveloping{}, true,
)
}
Expand Down

0 comments on commit f6ae00c

Please sign in to comment.