aboutsummaryrefslogtreecommitdiff
path: root/client/model.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/model.go')
-rw-r--r--client/model.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/model.go b/client/model.go
index fe97e6a8..9d9ab08e 100644
--- a/client/model.go
+++ b/client/model.go
@@ -107,7 +107,7 @@ type Subscription struct {
}
func (s Subscription) String() string {
- return fmt.Sprintf(`Title="%s", URL="%s", Type="%s"`, s.Title, s.URL, s.Type)
+ return fmt.Sprintf(`Title=%q, URL=%q, Type=%q`, s.Title, s.URL, s.Type)
}
// Subscriptions represents a list of subscriptions.