Skip to content

Commit 4bf31c0

Browse files
committed
Linting
1 parent 5e3b6f8 commit 4bf31c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/userauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (api *API) setUserSiteRoles(ctx context.Context, db database.Store, userID
5959
api.entitlementsMu.RUnlock()
6060

6161
if !enabled {
62-
api.Logger.Warn(ctx, "attempted to assign OIDC user roles without enterprise entitlement, roles left unchanged.",
62+
api.Logger.Warn(ctx, "attempted to assign OIDC user roles without enterprise entitlement, roles left unchanged",
6363
slog.F("user_id", userID), slog.F("roles", roles),
6464
)
6565
return nil

0 commit comments

Comments
 (0)