mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
741acec5b7
Commitb2f8a74d"clothed" the naked return as inflicted by gofumpt v0.9.0. Since gofumpt v0.9.2 this rule was moved to "extra" category, not enabled by default. The only other "extra" rule is to group adjacent parameters with the same type, which also makes sense. Enable gofumpt "extra" rules, and reformat the code accordingly. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit67840cce4b) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>