kubernetes/pkg/apis/authorization/validation
Tim Hockin d55b67b349
Clean up brace whitespace in **/validation_test.go
This was making my eyes bleed as I read over code.

I used the following in vim.  I made them up on the fly, but they seemed
to pass manual inspection.

:g/},\n\s*{$/s//}, {/
:w
:g/{$\n\s*{$/s//{{/
:w
:g/^\(\s*\)},\n\1},$/s//}},/
:w
:g/^\(\s*\)},$\n\1}$/s//}}/
:w
2023-05-02 00:48:42 -07:00
..
validation_test.go Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
validation.go remove unused not api functions in the pkg/apis directory 2023-01-18 23:37:57 +08:00