Skip to content

Commit b685245

Browse files
committed
make fmt
1 parent cf6ee1c commit b685245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enterprise/coderd/prebuilds/membership.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ func (s StoreMembershipReconciler) ReconcileAll(ctx context.Context, userID uuid
112112
AvatarURL: "",
113113
QuotaAllowance: 0, // Default quota of 0, users should set this based on their needs
114114
})
115-
116115
if err != nil {
117116
membershipInsertionErrors = errors.Join(membershipInsertionErrors, xerrors.Errorf("create prebuilds group: %w", err))
118117
continue

0 commit comments

Comments
 (0)