We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399cb6b commit 04429e4Copy full SHA for 04429e4
lib/request.js
@@ -732,6 +732,6 @@ if (util.inspect.custom) {
732
* @param {number} [limit] - The maximum number of values to return.
733
* @returns {string[]} An array of values from the comma-separated string.
734
*/
735
-function splitCommaSeparatedValues(value, limit) {
736
- return value.split(',', limit).map(v => v.trim());
+function splitCommaSeparatedValues (value, limit) {
+ return value.split(',', limit).map(v => v.trim())
737
}
0 commit comments