Skip to content
Snippets Groups Projects
Commit a1170b7c authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'prettify-disag-results' into 'main'

enable pretty print for disag calc results

Closes #559

See merge request !710
parents 2990a5e4 e081374c
No related branches found
No related tags found
2 merge requests!714Production Release | nshmp-haz,!710enable pretty print for disag calc results
Pipeline #247065 passed
......@@ -64,6 +64,7 @@ public class DisaggCalc {
private static final Gson GSON = new GsonBuilder()
.serializeSpecialFloatingPointValues()
.setPrettyPrinting()
.serializeNulls()
.create();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment