File tree 1 file changed +2
-7
lines changed 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,7 @@ func (c *ChangeProcessorImpl) CaptureUpsertChange(obj client.Object) {
104
104
c .changed = c .changed || c .store .changed || c .cfg .RelationshipCapturer .Exists (obj , client .ObjectKeyFromObject (obj ))
105
105
}
106
106
107
- func (c * ChangeProcessorImpl ) CaptureDeleteChange (
108
- resourceType client.Object ,
109
- nsname types.NamespacedName ,
110
- ) {
107
+ func (c * ChangeProcessorImpl ) CaptureDeleteChange (resourceType client.Object , nsname types.NamespacedName ) {
111
108
c .lock .Lock ()
112
109
defer c .lock .Unlock ()
113
110
@@ -137,9 +134,7 @@ func (c *ChangeProcessorImpl) CaptureDeleteChange(
137
134
c .cfg .RelationshipCapturer .Remove (resourceType , nsname )
138
135
}
139
136
140
- func (c * ChangeProcessorImpl ) Process (
141
- ctx context.Context ,
142
- ) (changed bool , conf Configuration , statuses Statuses ) {
137
+ func (c * ChangeProcessorImpl ) Process (ctx context.Context ) (changed bool , conf Configuration , statuses Statuses ) {
143
138
c .lock .Lock ()
144
139
defer c .lock .Unlock ()
145
140
You can’t perform that action at this time.
0 commit comments