mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Fix indents
This commit is contained in:
parent
700e163abe
commit
a6d8f6cbf2
1 changed files with 4 additions and 4 deletions
|
@ -981,10 +981,10 @@ class Runtime extends EventEmitter {
|
|||
fieldName: fieldName,
|
||||
extendedName: extendedName,
|
||||
argumentTypeInfo: {
|
||||
shadow: {
|
||||
type: extendedName,
|
||||
fieldName: `field_${extendedName}`
|
||||
}
|
||||
shadow: {
|
||||
type: extendedName,
|
||||
fieldName: `field_${extendedName}`
|
||||
}
|
||||
},
|
||||
scratchBlocksDefinition: this._buildCustomFieldTypeForScratchBlocks(
|
||||
extendedName,
|
||||
|
|
Loading…
Reference in a new issue