mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
- Improve slice declaration formatting in quota_common_linux_impl.go - Enhance variable naming clarity (myMPSlash -> myMountPointWithSlash) - Standardize function comment format for consistency - Add trailing comma to slice declarations following Go conventions These are non-breaking improvements that enhance code readability and maintain consistency with Go best practices. Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>