Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 6, 2024
1 parent 6ec5c7e commit de5f128
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/Lily/Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@
{
opcode: "setPlaybackRate",
blockType: Scratch.BlockType.COMMAND,
text: Scratch.translate("set playback rate of video [NAME] to [RATE]"),
text: Scratch.translate(
"set playback rate of video [NAME] to [RATE]"
),
arguments: {
NAME: {
type: Scratch.ArgumentType.STRING,
Expand All @@ -321,7 +323,7 @@
defaultValue: "2",
},
},
}
},
],
menus: {
targets: {
Expand Down

0 comments on commit de5f128

Please sign in to comment.