Skip to content

Commit

Permalink
updated routing.go file for codebeat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Olman62 committed Jan 30, 2017
1 parent cf70371 commit dcb1474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routing/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
shareRouteEndpoint = "/actions/route/share_route.php"
)

// codebeat:disable[TTOO_MANY_FUNCTIONS]
// codebeat:disable[TOO_MANY_FUNCTIONS]
type Service struct {
Client *route4me.Client
}
Expand Down Expand Up @@ -302,4 +302,4 @@ func (s *Service) MoveDestinationToRoute(query *DestinationMoveRequest) error {
}
return err
}
// codebeat:enable[TTOO_MANY_FUNCTIONS]
// codebeat:enable[TOO_MANY_FUNCTIONS]

0 comments on commit dcb1474

Please sign in to comment.