Formatted code with gofmt

This commit is contained in:
2019-06-07 10:51:04 +09:00
parent 18a7be18d2
commit 6ec0efe93b
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ func init() {
// AnimeRelation ...
type AnimeRelation struct {
AnimeID AnimeID `json:"animeId" editable:"true"`
Type string `json:"type" editable:"true" datalist:"anime-relation-types"`
Type string `json:"type" editable:"true" datalist:"anime-relation-types"`
}
// Anime ...