mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-13 10:26:13 -06:00
We now print map and set values as:
```
map {
"string": 42,
"set": set {
true,
false,
},
}
```
Towards #1466
We now print map and set values as:
```
map {
"string": 42,
"set": set {
true,
false,
},
}
```
Towards #1466