Skip to content

Commit 3c7913c

Browse files
committed
return with no blank line
1 parent 189ed6d commit 3c7913c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/watcher/watcher_plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ func (w *Watcher) handleCredentialUpdate(ctx context.Context) {
240240
if err != nil {
241241
slog.ErrorContext(ctx, "Unable to create new grpc connection", "error", err)
242242
w.watcherMutex.Unlock()
243+
243244
return
244245
}
245246
w.watcherMutex.Unlock()

0 commit comments

Comments
 (0)