aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/session.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/auth/session.go')
-rw-r--r--services/auth/session.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/auth/session.go b/services/auth/session.go
index 256598d100..6a23a17665 100644
--- a/services/auth/session.go
+++ b/services/auth/session.go
@@ -19,8 +19,7 @@ var (
// Session checks if there is a user uid stored in the session and returns the user
// object for that uid.
-type Session struct {
-}
+type Session struct{}
// Name represents the name of auth method
func (s *Session) Name() string {