Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Aug 12, 2024
1 parent c4195c1 commit fcb9a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/anclaHelper/anclaHelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func InitializeAncla(in In) error {

stopWatches, err := in.Svc.StartListener(in.Listener, setLoggerInContext(), in.Sink)
if err != nil {
return fmt.Errorf("Webhook service start listener error: %v\n", err)
return fmt.Errorf("webhook service start listener error: %v", err)
}
in.LC.Append(fx.StopHook(stopWatches))
return nil
Expand Down

0 comments on commit fcb9a31

Please sign in to comment.