summaryrefslogtreecommitdiff
path: root/internal/oauth
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oauth')
-rw-r--r--internal/oauth/token.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/oauth/token.go b/internal/oauth/token.go
index 4ed8f43..c1d72f8 100644
--- a/internal/oauth/token.go
+++ b/internal/oauth/token.go
@@ -113,7 +113,6 @@ func (l *tokenLock) Update(r Token) {
l.mu.Unlock()
}
-
// Get gets the tokens into a public struct
func (l *tokenLock) Get() Token {
// TODO: Check nil?