Skip to content

Commit bec0fdc

Browse files
refactor: fix linter
1 parent 71d66af commit bec0fdc

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
@@ -655,7 +655,6 @@ func createWorkspace(
655655
if err != nil &&
656656
!errors.Is(err, prebuilds.ErrNoClaimablePrebuiltWorkspaces) &&
657657
!errors.Is(err, prebuilds.ErrAGPLDoesNotSupportPrebuilds) {
658-
659658
return xerrors.Errorf("failed to claim prebuilt workspace: %w", err)
660659
}
661660
}

0 commit comments

Comments
 (0)