Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 23, 2023
1 parent 2926f26 commit 7c193ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/arrow/flight/flightsql/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ func (f *flightSqlServer) DoAction(cmd *flight.Action, stream flight.FlightServi
case flight.RenewFlightEndpointActionType:
var (
request flight.RenewFlightEndpointRequest
err error
err error
)

if err = proto.Unmarshal(cmd.Body, &request); err != nil {
Expand Down

0 comments on commit 7c193ea

Please sign in to comment.