Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Dec 10, 2024
1 parent 589b7e2 commit e88fa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenger/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (c *Challenger) challengeHandler(ctx types.Context) error {
return nil
case challenge := <-c.challengeCh:
c.stage.Reset()
// Remove the pending challenge that was stored by the client or host
// Remove the pending challenge that was stored by the client or host
err := challengerdb.DeletePendingChallenge(c.stage, challenge)
if err != nil {
return err
Expand Down

0 comments on commit e88fa63

Please sign in to comment.