Skip to content

Commit f305ad2

Browse files
committed
make fmt
1 parent f07cccc commit f305ad2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/workspaces.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ func createWorkspace(
667667
claimedWorkspace, err = claimPrebuild(
668668
ctx, prebuildsClaimer, db, api.Logger, now, req.Name, owner,
669669
templateVersionPresetID, dbAutostartSchedule, nextStartAt, dbTTL)
670-
671670
// If claiming fails with an expected error (no claimable prebuilds or AGPL does not support prebuilds),
672671
// we fall back to creating a new workspace. Otherwise, propagate the unexpected error.
673672
if err != nil {

0 commit comments

Comments
 (0)