Skip to content

Commit 18f7553

Browse files
committed
Travis build: 858 [cron]
1 parent 115b206 commit 18f7553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snippet_data/snippetList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4168,7 +4168,7 @@
41684168
"archived": false
41694169
},
41704170
"meta": {
4171-
"hash": "c19982a92698e82e05f0f903aeac184191a6371efc35459475bbf2177e64c6e9"
4171+
"hash": "9f18c29d189a684f99ec3801aef007891c2e8dd7c876b4e4701249ebd8e92061"
41724172
}
41734173
},
41744174
{

snippet_data/snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6125,7 +6125,7 @@
61256125
"codeBlocks": {
61266126
"es6": "const sum = (...arr) => [...arr].reduce((acc, val) => acc + val, 0);",
61276127
"es5": "var sum = function sum() {\n for (var _len = arguments.length, arr = new Array(_len), _key = 0; _key < _len; _key++) {\n arr[_key] = arguments[_key];\n }\n\n return arr.concat().reduce(function (acc, val) {\n return acc + val;\n }, 0);\n};",
6128-
"example": "sum(...[1, 2, 3, 4]); // 10"
6128+
"example": "sum(1, 2, 3, 4); // 10\nsum(...[1, 2, 3, 4]); // 10"
61296129
},
61306130
"tags": [
61316131
"math",
@@ -6135,7 +6135,7 @@
61356135
},
61366136
"meta": {
61376137
"archived": false,
6138-
"hash": "c19982a92698e82e05f0f903aeac184191a6371efc35459475bbf2177e64c6e9"
6138+
"hash": "9f18c29d189a684f99ec3801aef007891c2e8dd7c876b4e4701249ebd8e92061"
61396139
}
61406140
},
61416141
{

0 commit comments

Comments
 (0)