review(server): remove extra line

pull/3842/head
Michael Desa 2018-07-11 14:09:07 -07:00
parent c8a07e1125
commit edb34e35ac
1 changed files with 1 additions and 3 deletions

View File

@ -93,7 +93,6 @@ type DataStore interface {
Dashboards(ctx context.Context) chronograf.DashboardsStore
Config(ctx context.Context) chronograf.ConfigStore
OrganizationConfig(ctx context.Context) chronograf.OrganizationConfigStore
Cells(ctx context.Context) chronografv2.CellService
}
@ -111,7 +110,6 @@ type Store struct {
OrganizationsStore chronograf.OrganizationsStore
ConfigStore chronograf.ConfigStore
OrganizationConfigStore chronograf.OrganizationConfigStore
CellService chronografv2.CellService
}