ocket8888 opened a new pull request #4377: Formatting fixes URL: https://github.com/apache/trafficcontrol/pull/4377 ## What does this PR (Pull Request) do? - [x] This PR is not related to any Issue Fixes some `go fmt` problems that snuck into the codebase. Also fixes some formatting issues in the top-level README - there was an extra space in one of the headings that was causing problems for some Markdown renderers (not GitHub's but most notably [our pkg.go.dev page](https://pkg.go.dev/mod/github.com/apache/trafficcontrol) and we were skipping heading levels. ## Which Traffic Control components are affected by this PR? - Documentation - Traffic Ops - Traffic Monitor ## What is the best way to verify this PR? Run `go fmt` and observe no diffs. Also run the top-level README.md through a Markdown renderer and verify that no heading levels are skipped and all headings render properly. ## The following criteria are ALL met by this PR - [x] Tests are unnecessary - [x] Documentation is unnecessary - [x] An update to CHANGELOG.md is not necessary - [x] This PR includes any and all required license headers - [x] This PR does not include a database migration - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
