kubernetes/pkg/apis/node/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 api: add resource claims to core API 2022-11-10 20:08:24 +01:00