fix: Removed indent from discovery cache json files#2099
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
|
I gotta say, the amount of effort that is required to propose this 1 character change is borderline Kafkaesque. |
Changed the discovery artifact JSON indentation from 2 to 0, in order to reduce the size by several megabytes. Refs: #1967
This should bring down the size by 15-30%.
Towards #1967