Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Sep 14, 2023
1 parent a0e49e6 commit 0fdca8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ func (s *sessionImpl) Bind(ctx context.Context, uid string) error {
}
}


// invoke after callbacks on session bound
for _, cb := range s.pool.afterBindCallbacks {
err := cb(ctx, s)
Expand Down

0 comments on commit 0fdca8d

Please sign in to comment.