chiark / gitweb /
Append \n when we write out a JSON file.
authorSimon Tatham <anakin@pobox.com>
Sat, 6 Jan 2024 13:10:38 +0000 (13:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 6 Jan 2024 13:36:10 +0000 (13:36 +0000)
commit1947d179a319dcf76981a15bf02e40ee3193cc06
tree34fc70f14e1e7befcf53b2b12a0f2ff96602dca2
parentf972070d04bcbb5c62116dafa59dcc72ea131911
Append \n when we write out a JSON file.

I just happened to notice that serde_json::to_string_pretty makes the
result pretty in every way except this one.
src/login.rs