Skip to content

Commit 2a49f67

Browse files
fix: justify nolint
1 parent 57ebf30 commit 2a49f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7836,7 +7836,7 @@ func (q *FakeQuerier) InsertWorkspaceAgentScriptTimings(_ context.Context, arg d
78367836
q.mutex.Lock()
78377837
defer q.mutex.Unlock()
78387838

7839-
//nolint:gosimple
7839+
//nolint:gosimple // Stop linter suggesting 'arg' should be of type database.WorkspaceAgentScriptTiming
78407840
scriptTiming := database.WorkspaceAgentScriptTiming{
78417841
StartedAt: arg.StartedAt,
78427842
EndedAt: arg.EndedAt,

0 commit comments

Comments
 (0)