Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Jun 13, 2018
1 parent 5bac718 commit 20bd43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type SessionState struct {
SessionLifetime int64 `bson:"session_lifetime" json:"session_lifetime"`

// Used to store token hash
keyHash string
keyHash string
}

func (s *SessionState) KeyHash() string {
Expand Down

0 comments on commit 20bd43b

Please sign in to comment.