Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pooknull committed Nov 6, 2024
1 parent c245203 commit 04caa87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/apis/psmdb/v1/psmdb_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,6 @@ func (s *PerconaServerMongoDBStatus) AddCondition(c ClusterCondition) {
s.Conditions[i] = c
}
s.Conditions = append(s.Conditions, c)
return
}

// GetExternalNodes returns all external nodes for all replsets
Expand Down

0 comments on commit 04caa87

Please sign in to comment.