mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-02 13:40:42 +08:00

We have many declarations and invocations..etc with long lines which are very difficult to follow while doing code reading. This address the issues in 'internal/controller' package to restrict the line length to 120 chars. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>