Skip to content

Commit 79af2ba

Browse files
committed
lint
1 parent 599d71f commit 79af2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspacestats/reporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (r *Reporter) ReportAppStats(ctx context.Context, stats []workspaceapps.Sta
117117
return nil
118118
}
119119

120-
//nolint:revive usage is a control flag while we have the experiment
120+
// nolint:revive // usage is a control flag while we have the experiment
121121
func (r *Reporter) ReportAgentStats(ctx context.Context, now time.Time, workspace database.Workspace, workspaceAgent database.WorkspaceAgent, templateName string, stats *agentproto.Stats, usage bool) error {
122122
// update agent stats
123123
r.opts.StatsBatcher.Add(now, workspaceAgent.ID, workspace.TemplateID, workspace.OwnerID, workspace.ID, stats, usage)

0 commit comments

Comments
 (0)