Skip to content

Commit 52c5868

Browse files
authored
Merge pull request #282 from dtolnay/indent
Fix json macro indentation
2 parents 3a1e1ae + 90b3f8d commit 52c5868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2018-10-25-Rust-1.30.0.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ let john = json!({
103103
"name": "John Doe",
104104
"age": 43,
105105
"phones": [
106-
"+44 1234567",
107-
"+44 2345678"
106+
"+44 1234567",
107+
"+44 2345678"
108108
]
109109
});
110110
```
@@ -120,8 +120,8 @@ let john = json!({
120120
"name": "John Doe",
121121
"age": 43,
122122
"phones": [
123-
"+44 1234567",
124-
"+44 2345678"
123+
"+44 1234567",
124+
"+44 2345678"
125125
]
126126
});
127127
```

0 commit comments

Comments
 (0)