Skip to content

Commit

Permalink
remove extra white space
Browse files Browse the repository at this point in the history
Signed-off-by: Jimil Desai <jimildesai42@gmail.com>
  • Loading branch information
jimil749 committed Aug 3, 2021
1 parent f6f2eca commit 74a8f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/rpc_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type AuthenticateArgs struct {
ClientSecret string
}

// AuthenticateReply for RPC
// AuthenticateReply for RPC
type AuthenticateReply struct {
User *user.User
Auth map[string]*authpb.Scope
Expand Down

0 comments on commit 74a8f71

Please sign in to comment.