summaryrefslogtreecommitdiff
path: root/internal/oauth
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-03 12:39:38 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-03 12:39:38 +0100
commit41d0cc72044244b630d12548b046996e5006eb3e (patch)
tree277f98a8ba35dfa7fb18017e7e36a75c21c1f7a5 /internal/oauth
parent15a3a0b0ac8acabcdf7f9397eb53fb4c4b36a994 (diff)
Format: Run gofumpt
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?