formatting

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-06 15:11:08 -04:00
parent 25854cc6e8
commit 225ed57381
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 3 additions and 4 deletions

View File

@ -20,8 +20,6 @@ Just edit the `PACKAGES` variable in [`go_vanity.js`](go_vanity.js):
const PACKAGES = {
'go.status.im/something': 'https://github.com/status-im/status-something', /* added */
'go.status.im/protocol': 'https://github.com/status-im/status-protocol-go',
'go.status.im/status': 'https://github.com/status-im/status-go',
'go.status.im/whisper': 'https://github.com/status-im/whisper ',
}
```

View File

@ -3,6 +3,7 @@
*
* For details on this see:
* - https://developers.cloudflare.com/workers/about/how-workers-work/
* - https://developers.cloudflare.com/workers/recipes/vcl-conversion/delivering-custom-responses/
* - https://developers.cloudflare.com/workers/writing-workers/handling-errors/
**/