Skip to content

Commit 196f2b7

Browse files
committed
gofmt some files
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent b4527c6 commit 196f2b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fault-quarantine/pkg/eventwatcher/event_watcher.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ type EventWatcherInterface interface {
4646
Start(ctx context.Context) error
4747
SetProcessEventCallback(
4848
callback func(
49-
ctx context.Context,
50-
event *model.HealthEventWithStatus,
51-
) *model.Status,
49+
ctx context.Context,
50+
event *model.HealthEventWithStatus,
51+
) *model.Status,
5252
)
5353
CancelLatestQuarantiningEvents(ctx context.Context, nodeName string) error
5454
}
@@ -69,9 +69,9 @@ func NewEventWatcher(
6969

7070
func (w *EventWatcher) SetProcessEventCallback(
7171
callback func(
72-
ctx context.Context,
73-
event *model.HealthEventWithStatus,
74-
) *model.Status,
72+
ctx context.Context,
73+
event *model.HealthEventWithStatus,
74+
) *model.Status,
7575
) {
7676
w.processEventCallback = callback
7777
}

0 commit comments

Comments
 (0)