mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Lint fixes.
This commit is contained in:
@@ -62,7 +62,7 @@ Blockly.Python['procedures_defreturn'] = function(block) {
|
||||
if (returnValue) {
|
||||
returnValue = ' return ' + returnValue + '\n';
|
||||
} else if (!branch) {
|
||||
branch = ' pass';
|
||||
branch = Blockly.Python.PASS;
|
||||
}
|
||||
var args = [];
|
||||
for (var x = 0; x < block.arguments_.length; x++) {
|
||||
|
||||
Reference in New Issue
Block a user