Skip to content

Commit 2d80001

Browse files
committed
minor format fix
Signed-off-by: Callum Styan <callumstyan@gmail.com>
1 parent cd26f75 commit 2d80001

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

coderd/metricscache/metricscache.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@ func (c *Cache) refreshTemplateBuildTimes(ctx context.Context) error {
101101
for _, template := range templates {
102102
ids = append(ids, template.ID)
103103

104-
templateAvgBuildTime, err := c.database.GetTemplateAverageBuildTime(ctx, uuid.NullUUID{
105-
UUID: template.ID,
106-
Valid: true,
107-
},
104+
templateAvgBuildTime, err := c.database.GetTemplateAverageBuildTime(ctx,
105+
uuid.NullUUID{
106+
UUID: template.ID,
107+
Valid: true,
108+
},
108109
)
109110
if err != nil {
110111
return err

0 commit comments

Comments
 (0)