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 Dashboards(ctx context.Context) chronograf.DashboardsStore
Config(ctx context.Context) chronograf.ConfigStore Config(ctx context.Context) chronograf.ConfigStore
OrganizationConfig(ctx context.Context) chronograf.OrganizationConfigStore OrganizationConfig(ctx context.Context) chronograf.OrganizationConfigStore
Cells(ctx context.Context) chronografv2.CellService Cells(ctx context.Context) chronografv2.CellService
} }
@ -111,8 +110,7 @@ type Store struct {
OrganizationsStore chronograf.OrganizationsStore OrganizationsStore chronograf.OrganizationsStore
ConfigStore chronograf.ConfigStore ConfigStore chronograf.ConfigStore
OrganizationConfigStore chronograf.OrganizationConfigStore OrganizationConfigStore chronograf.OrganizationConfigStore
CellService chronografv2.CellService
CellService chronografv2.CellService
} }
// Sources returns a noop.SourcesStore if the context has no organization specified // Sources returns a noop.SourcesStore if the context has no organization specified