Skip to content

Commit

Permalink
undo cosmetic change
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <silvio@moioli.net>
  • Loading branch information
moio committed Jun 3, 2024
1 parent ccc4153 commit 1b132e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/resources/common/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import (

func DefaultTemplate(clientGetter proxy.ClientGetter,
summaryCache *summarycache.SummaryCache,
asl accesscontrol.AccessSetLookup, namespaceCache corecontrollers.NamespaceCache) schema.Template {
asl accesscontrol.AccessSetLookup,
namespaceCache corecontrollers.NamespaceCache) schema.Template {
return schema.Template{
Store: metricsStore.NewMetricsStore(proxy.NewProxyStore(clientGetter, summaryCache, asl, namespaceCache)),
Formatter: formatter(summaryCache),
Expand Down

0 comments on commit 1b132e4

Please sign in to comment.