From 297519435f8bd29334e0522ab800142298badd99 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Sat, 20 Apr 2013 09:07:48 -0700 Subject: [PATCH] go fmt rss.go --- rss.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rss.go b/rss.go index 0da6a99..7e0d3e6 100644 --- a/rss.go +++ b/rss.go @@ -79,10 +79,10 @@ func (i *Item) Format(s string) string { } type Image struct { - Title string - Url string - Height uint32 - Width uint32 + Title string + Url string + Height uint32 + Width uint32 } func (i *Image) String() string {