Skip to content

Commit

Permalink
tweak output format
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Oct 20, 2024
1 parent 4ec27bd commit 75c4774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ type Result struct {
}

func (r Result) String() string {
return fmt.Sprintf("[%s] %s (%s) (referrer: %s)",
return fmt.Sprintf("[%s] %s (%s) referrer: %s",
r.Status,
r.Link,
r.Message,
Expand Down

0 comments on commit 75c4774

Please sign in to comment.