You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use ptr.Deref for SendInitialEvents nil check in unwrappingWatch
Simplify the SendInitialEvents nil-check using ptr.Deref from k8s.io/utils/ptr,
which handles the nil pointer dereference idiom more readably.
Suggested-by: ntnn
Follows-up: kcp-dev#3875
Co-authored-by: Mangirdas Judeikis <mangirdas@judeikis.lt>
0 commit comments