diff options
| author | Paweł Stołowski <stolowski@gmail.com> | 2021-02-12 14:54:06 +0000 |
|---|---|---|
| committer | Paweł Stołowski <stolowski@gmail.com> | 2021-02-12 14:54:06 +0000 |
| commit | 65f87c2a5a65eb8d20028376cc85f096f8f57a5c (patch) | |
| tree | 36ae5bf2feb01362f594c12b636b1b4baeaf8e5a | |
| parent | d8d515adaba63aca4fe1b0cea21017dc32a208af (diff) | |
Remove newline.validation-sets/pool-take2
| -rw-r--r-- | overlord/assertstate/bulk.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlord/assertstate/bulk.go b/overlord/assertstate/bulk.go index f3195157a3..dccbacda14 100644 --- a/overlord/assertstate/bulk.go +++ b/overlord/assertstate/bulk.go @@ -231,7 +231,6 @@ func resolvePool(s *state.State, pool *asserts.Pool, userID int, deviceCtx snaps s.Unlock() _, aresults, err := sto.SnapAction(context.TODO(), nil, nil, pool, user, nil) s.Lock() - if err != nil { // request fallback on // * unexpected SnapActionErrors or |
