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 416b9ba commit 25da9c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/Lily/Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@
{
opcode: "getFrame",
blockType: Scratch.BlockType.REPORTER,
text: Scratch.translate("screenshot of video [NAME] at current time"),
text: Scratch.translate(
"screenshot of video [NAME] at current time"
),
arguments: {
NAME: {
type: Scratch.ArgumentType.STRING,
Expand Down

0 comments on commit 25da9c3

Please sign in to comment.