Skip to content

Commit 1e164c5

Browse files
authored
Just smalling cleaning up, causing confusion (#7426)
1 parent 4b06e0a commit 1e164c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ We can now access our API, both from the command-line, using tools like `curl`..
178178
},
179179
{
180180
"email": "[email protected]",
181-
"groups": [ ],
181+
"groups": [],
182182
"url": "http://127.0.0.1:8000/users/2/",
183183
"username": "tom"
184184
}
@@ -204,7 +204,7 @@ Or using the [httpie][httpie], command line tool...
204204
},
205205
{
206206
"email": "[email protected]",
207-
"groups": [ ],
207+
"groups": [],
208208
"url": "http://127.0.0.1:8000/users/2/",
209209
"username": "tom"
210210
}

0 commit comments

Comments
 (0)