From f93a27d67d42acdc68d0bf08dc2e9d11643ceca0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 17 Sep 2018 19:46:31 +0200 Subject: [PATCH] fmt --- models/team_list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/team_list.go b/models/team_list.go index 8d3c4ca3d..c4bae56e7 100644 --- a/models/team_list.go +++ b/models/team_list.go @@ -20,6 +20,6 @@ func (TeamList) TableName() string { } type teamWithRight struct { - Team `xorm:"extends"` + Team `xorm:"extends"` Right TeamRight `json:"right"` -} \ No newline at end of file +}