jsonfmt.py: format_json(): Fix default value for `indent`
commitc97738841767c6ea92a28747645af4429fddfd22
authorØyvind A. Holm <sunny@sunbase.org>
Sun, 3 Dec 2023 22:05:13 +0000 (3 23:05 +0100)
committerØyvind A. Holm <sunny@sunbase.org>
Sun, 3 Dec 2023 22:05:13 +0000 (3 23:05 +0100)
tree1ad02ce9b45bd048752785f2f0ea110f80f1da6b
parent4d6fa111be27a5c077cbd50b3f2ceace071520c7
jsonfmt.py: format_json(): Fix default value for `indent`

The `indent` argument in `format_json()` should have been set to 2 in
commit `7f1375f90bdc` ("jsonfmt.py: Change default indent from 4 to 2
spaces", 2015-11-22). No big deal, it has worked for 8.03 years.

86b976a8-9228-11ee-a737-83850402c3ce
jsonfmt.py