diff --git a/README.md b/README.md index 206666a16..b19b22831 100644 --- a/README.md +++ b/README.md @@ -5201,6 +5201,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { ```js + const newPost = { "userId": 1, "id": 1337, diff --git a/docs/index.html b/docs/index.html index d67cdebec..56386c4d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1163,6 +1163,7 @@ Logs: { request.send(data); };
+
 const newPost = {
   "userId": 1,
   "id": 1337,
diff --git a/snippets/httpPost.md b/snippets/httpPost.md
index 27d4b4135..b0938a722 100644
--- a/snippets/httpPost.md
+++ b/snippets/httpPost.md
@@ -22,6 +22,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
 
 ```js
 
+
 const newPost = {
   "userId": 1,
   "id": 1337,