Skip to content

Commit 75c4774

Browse files
committed
tweak output format
1 parent 4ec27bd commit 75c4774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weaver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ type Result struct {
160160
}
161161

162162
func (r Result) String() string {
163-
return fmt.Sprintf("[%s] %s (%s) (referrer: %s)",
163+
return fmt.Sprintf("[%s] %s (%s) referrer: %s",
164164
r.Status,
165165
r.Link,
166166
r.Message,

0 commit comments

Comments
 (0)