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