diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/map_data.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map_data.rs b/src/map_data.rs index 62229c6..852d236 100644 --- a/src/map_data.rs +++ b/src/map_data.rs @@ -46,6 +46,7 @@ impl MapData { let pretty_conf = PrettyConfig::new() .with_depth_limit(4) + .with_decimal_floats(true) .with_separate_tuple_members(true) .with_indentor("\t".to_owned()); let string = match to_string_pretty(&self, pretty_conf) { |
