mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
remove stray space
This commit is contained in:
parent
e2f6dfd29f
commit
123edcb913
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Scratch3TranslateBlocks {
|
||||||
return {
|
return {
|
||||||
id: 'translate',
|
id: 'translate',
|
||||||
name: 'Translate',
|
name: 'Translate',
|
||||||
menuIconURI: '', // TODO: Add the final icons.
|
menuIconURI: '', // TODO: Add the final icons.
|
||||||
blockIconURI: '',
|
blockIconURI: '',
|
||||||
blocks: [
|
blocks: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue