mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Update pull request, mostly whitespace and comments.
This commit is contained in:
@@ -337,7 +337,7 @@ Blockly.Python['lists_sort'] = function(block) {
|
||||
]);
|
||||
|
||||
var code = sortFunctionName +
|
||||
'(' + listCode + ', "' + type + '", ' + reverse + ')';
|
||||
'(' + listCode + ', "' + type + '", ' + reverse + ')';
|
||||
return [code, Blockly.Python.ORDER_FUNCTION_CALL];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user