frostfs-node/pkg/local_object_storage
Evgenii Stratonikov a8de37c8a2 [#607] *: Remove redundant if on error returns
Semantic patch:
```
@@
@@
-if err != nil { return err }
-return nil
+return err
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-17 16:50:02 +00:00
..
blobovnicza [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
blobstor [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
engine [#596] engine: Consider context errors as logical 2023-08-16 10:39:41 +03:00
internal [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
metabase [#xx] Avoid manual management of files in tests 2023-08-14 14:01:39 +03:00
metrics [#373] metrics: Add pilorama metrics 2023-06-21 15:13:26 +03:00
pilorama [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
shard [#162] core: Move literals to constants 2023-08-11 15:48:42 +03:00
util [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
writecache [#585] writecache: Fix DB counter 2023-08-16 14:47:44 +03:00