Skip to content

Commit

Permalink
InboundCallResponse: cleanup struct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua T Corbin committed Jan 19, 2016
1 parent 1c24452 commit c679cf9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,8 @@ type InboundCallResponse struct {
reqResWriter
Annotations

cancel context.CancelFunc
// calledAt is the time the inbound call was routed to the application.
calledAt time.Time
cancel context.CancelFunc
calledAt time.Time // the time the inbound call was routed to the application.
applicationError bool
systemError bool
headers transportHeaders
Expand Down

0 comments on commit c679cf9

Please sign in to comment.