unreachable

This commit is contained in:
James Bardin 2020-10-14 14:06:00 -04:00
parent b8df47c9ac
commit 5e9425b562
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ func (b *Remote) costEstimate(stopCtx, cancelCtx context.Context, op *backend.Op
return fmt.Errorf("Unknown or unexpected cost estimate state: %s", ce.Status)
}
}
return nil
}
func (b *Remote) checkPolicy(stopCtx, cancelCtx context.Context, op *backend.Operation, r *tfe.Run) error {