Skip to content

Commit 9058612

Browse files
committed
update indention
1 parent efae8ed commit 9058612

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,28 +164,28 @@ The code above produces the file:
164164

165165
```Python
166166
{
167-
"inputs": {
168-
"t0": 0.1000000000000000E+000,
169-
"tf": 0.1100000000000000E+001,
170-
"x0": 0.9999000000000000E+004,
171-
"integer_scalar": 787,
172-
"integer_array": [
167+
"inputs": {
168+
"t0": 0.1000000000000000E+000,
169+
"tf": 0.1100000000000000E+001,
170+
"x0": 0.9999000000000000E+004,
171+
"integer_scalar": 787,
172+
"integer_array": [
173173
2,
174174
4,
175175
99
176176
],
177-
"names": [
177+
"names": [
178178
"aaa",
179179
"bbb",
180180
"ccc"
181181
],
182-
"logical_scalar": true,
183-
"logical_vector": [
182+
"logical_scalar": true,
183+
"logical_vector": [
184184
true,
185185
false,
186186
true
187187
]
188-
}
188+
}
189189
}
190190
```
191191

0 commit comments

Comments
 (0)