Skip to content

Commit dfd0e24

Browse files
committed
linting
1 parent f5fe4b7 commit dfd0e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/parameters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,6 @@ type dbRejectGitSSHKey struct {
292292
database.Store
293293
}
294294

295-
func (_ *dbRejectGitSSHKey) GetGitSSHKey(_ context.Context, _ uuid.UUID) (database.GitSSHKey, error) {
295+
func (*dbRejectGitSSHKey) GetGitSSHKey(_ context.Context, _ uuid.UUID) (database.GitSSHKey, error) {
296296
return database.GitSSHKey{}, xerrors.New("forcing a fake error")
297297
}

0 commit comments

Comments
 (0)