whitespace changes to appease downstream CI

The prow/validate job does some various whitespace checks and
was complaining about these so I guess I'll try to make it happy:

```
 [+] Found files with whitespace at the end of line
./fedora-coreos-config/fedora-bootc/.gitlab-ci.yml
./fedora-coreos-config/fedora-bootc/bootc-base-imagectl.md
./fedora-coreos-config/fedora-bootc/fedora-iot.yaml
./fedora-coreos-config/fedora-bootc/iot/manifest.yaml

[+] Found files with missing empty line at end of file
./fedora-coreos-config/fedora-bootc/bootc-base-imagectl
./fedora-coreos-config/fedora-bootc/fedora-iot.yaml
./fedora-coreos-config/fedora-bootc/iot/manifest.yaml
```
This commit is contained in:
Dusty Mabe 2025-05-09 12:52:16 -04:00
parent e7cf60c183
commit ef5e95d5bd
No known key found for this signature in database
GPG key ID: 3302DBD73952E671
5 changed files with 9 additions and 8 deletions

View file

@ -115,3 +115,4 @@ if __name__ == "__main__":
args = parser.parse_args() args = parser.parse_args()
args.func(args) args.func(args)