Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was accidentally unaligned in #2747 Now looks like this: Example: $ echo '{"foo": 0}' | jq . { "foo": 0 } Before looks like this: Example: $ echo '{"foo": 0}' | jq . { "foo": 0 }
- Loading branch information