Skip to content

Commit 4e05edc

Browse files
committed
fix: Remove unnecessary blank line in PulsarFunctionManager's updateFunctions method
1 parent 6533497 commit 4e05edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/pftools/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (m *PulsarFunctionManager) updateFunctions() {
155155
functions, err := m.getFunctionsList()
156156
if err != nil {
157157
log.Printf("Failed to get functions list: %v", err)
158-
158+
159159
// Check if this is a cluster health error and invoke callback if configured
160160
if IsClusterUnhealthy(err) && m.clusterErrorHandler != nil {
161161
go m.clusterErrorHandler(m, err)

0 commit comments

Comments
 (0)