Format snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-03 22:11:18 +02:00
parent 15dcd4d184
commit 05e3f6dc07
13 changed files with 42 additions and 26 deletions

View File

@ -18,5 +18,6 @@ const queryStringToObject = url =>
```
```js
queryStringToObject('https://google.com?page=1&count=10'); // {page: '1', count: '10'}
queryStringToObject('https://google.com?page=1&count=10');
// {page: '1', count: '10'}
```