Skip to content

Commit e88fa63

Browse files
committed
format
1 parent 589b7e2 commit e88fa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenger/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func (c *Challenger) challengeHandler(ctx types.Context) error {
1717
return nil
1818
case challenge := <-c.challengeCh:
1919
c.stage.Reset()
20-
// Remove the pending challenge that was stored by the client or host
20+
// Remove the pending challenge that was stored by the client or host
2121
err := challengerdb.DeletePendingChallenge(c.stage, challenge)
2222
if err != nil {
2323
return err

0 commit comments

Comments
 (0)