Skip to content

Commit 29adf01

Browse files
committed
some linting cleanup
1 parent 9bfee6e commit 29adf01

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

coderd/database/models.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/querier.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries.sql.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/idpsync/group.go

-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ func (s AGPLIDPSync) SyncGroups(ctx context.Context, db database.Store, user dat
181181

182182
return nil
183183
}, nil)
184-
185184
if err != nil {
186185
return err
187186
}

enterprise/coderd/enidpsync/organizations_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func TestOrganizationSync(t *testing.T) {
237237
}
238238

239239
// Create a new sync object
240-
sync := enidpsync.NewSync(logger, runtimeconfig.NewStoreManager(rdb), caseData.Entitlements, caseData.Settings)
240+
sync := enidpsync.NewSync(logger, runtimeconfig.NewStoreManager(), caseData.Entitlements, caseData.Settings)
241241
for _, exp := range caseData.Exps {
242242
t.Run(exp.Name, func(t *testing.T) {
243243
params, httpErr := sync.ParseOrganizationClaims(ctx, exp.Claims)

0 commit comments

Comments
 (0)