gofmt
This commit is contained in:
parent
6443443c6b
commit
6bd36a59c5
3 changed files with 16 additions and 16 deletions
|
@ -293,7 +293,6 @@ func (a *authenticator) ValidateAccessToken(token AccessToken) *RefreshToken {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return uvIssRT
|
return uvIssRT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -122,6 +122,7 @@ type cmdMsg struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type MsgType string
|
type MsgType string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ResultMsgType MsgType = "result"
|
ResultMsgType MsgType = "result"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue