Skip to content

Commit

Permalink
go fmt rss.go
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve committed Apr 20, 2013
1 parent b633780 commit 2975194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rss.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2975194

Please sign in to comment.