Skip to content

Commit

Permalink
run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Mielke committed Dec 21, 2015
1 parent 69ae26d commit 6d46372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func stringify(s *string) string {

// implement sort.Interface
type sortable []*instance

func (s sortable) Len() int { return len(s) }
func (s sortable) Swap(i, j int) { s[i], s[j] = s[j], s[i] }

Expand Down

0 comments on commit 6d46372

Please sign in to comment.