Skip to content

Commit

Permalink
Runs go fmt over board.go after merging PR #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
adlio committed Sep 19, 2018
1 parent 9d40db9 commit 4320b43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions board.go
Expand Up @@ -52,10 +52,9 @@ type Board struct {
Sky string `json:"sky,omitempty"`
Yellow string `json:"yellow,omitempty"`
} `json:"labelNames"`
Lists []*List `json:"lists"`
Actions []*Action `json:"actions"`
Organization Organization `json:"organization"`

Lists []*List `json:"lists"`
Actions []*Action `json:"actions"`
Organization Organization `json:"organization"`
}

type BackgroundImage struct {
Expand Down

0 comments on commit 4320b43

Please sign in to comment.