Skip to content

Commit 097b8a2

Browse files
committed
minor style changes in errors.go
Signed-off-by: Callum Styan <[email protected]>
1 parent 6b4093c commit 097b8a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cmd/readmevalidation/errors.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ package main
22

33
import "fmt"
44

5-
// validationPhaseError represents an error that occurred during a specific
6-
// phase of README validation. It should be used to collect ALL validation
7-
// errors that happened during a specific phase, rather than the first one
8-
// encountered.
5+
// validationPhaseError represents an error that occurred during a specific phase of README validation. It should be
6+
// used to collect ALL validation errors that happened during a specific phase, rather than the first one encountered.
97
type validationPhaseError struct {
108
phase validationPhase
119
errors []error

0 commit comments

Comments
 (0)