go fmt ./...

This commit is contained in:
BuckarooBanzay 2020-03-13 18:06:59 +01:00
parent 2ce9be9958
commit 288bf9361e

View File

@ -10,8 +10,8 @@ import (
) )
type ViewBlock struct { type ViewBlock struct {
BlockMapping map[int]string `json:"blockmapping"` BlockMapping map[int]string `json:"blockmapping"`
ContentId []int `json:"contentid"` ContentId []int `json:"contentid"`
} }
type ViewMapblockHandler struct { type ViewMapblockHandler struct {