Skip to content

Commit

Permalink
Rename to newAccountsService
Browse files Browse the repository at this point in the history
  • Loading branch information
faktas2 committed Jul 18, 2023
1 parent 3b459af commit f407196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5/pivotal/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type AccountsService struct {
client *Client
}

func newAccountService(client *Client) *AccountsService {
func newAccountsService(client *Client) *AccountsService {
return &AccountsService{client}
}

Expand Down

0 comments on commit f407196

Please sign in to comment.