frostfs-node/pkg/morph
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
..
client [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
event [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
metrics [#424] morph: Fix cache metrics 2023-06-14 18:26:19 +03:00
subscriber [#162] core: Move literals to constants 2023-08-11 15:48:42 +03:00
timer [#411] Remove unnecessary pointers for sync objects 2023-05-31 10:19:14 +00:00