Skip to content

Commit 0d73479

Browse files
committed
go fmt
1 parent 35905fe commit 0d73479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/session/pulsar_session_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func NewPulsarSessionManager(
9696
}
9797

9898
// GetOrCreateSession retrieves or creates a Pulsar session for the given token
99-
func (m *PulsarSessionManager) GetOrCreateSession(ctx context.Context, token string) (*pulsar.Session, error) {
99+
func (m *PulsarSessionManager) GetOrCreateSession(_ context.Context, token string) (*pulsar.Session, error) {
100100
if token == "" {
101101
// Return global session when no token provided
102102
return m.globalSession, nil

0 commit comments

Comments
 (0)