Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan committed May 15, 2019
1 parent 3e1d8e8 commit a3cfb5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import "net/http"

// Client provides methods to use DeviceCheck API
type Client struct {
api api
api api
cred Credential
jwt jwt
jwt jwt
}

// New returns a new DeviceCheck API client instance
Expand Down

0 comments on commit a3cfb5d

Please sign in to comment.