Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this PR when running `make uuid-fix` to generate ids the script was not catching lines with `:id: ` having whitespaces after the `:id:` token. With this fix (by adding `\s*` to match any quantity of whitespace it is now fixed.
- Loading branch information