Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Jan 18, 2025
1 parent 6d9aa8c commit 010cdc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions extensions/Cheddarphanie/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
blocks: [
/* eslint-disable extension/should-translate */
{
opcode: 'Logic_NAND',
opcode: "Logic_NAND",
blockType: Scratch.BlockType.BOOLEAN,
text: "[A] NAND [B]",
arguments: {
Expand All @@ -38,7 +38,7 @@
extensions: ["colours_operators"]
},
{
opcode: 'Logic_NOR',
opcode: "Logic_NOR",
blockType: Scratch.BlockType.BOOLEAN,
text: "[A] NOR [B]",
arguments: {
Expand All @@ -52,7 +52,7 @@
extensions: ["colours_operators"]
},
{
opcode: 'Logic_XOR',
opcode: "Logic_XOR",
blockType: Scratch.BlockType.BOOLEAN,
text: "[A] XOR [B]",
arguments: {
Expand All @@ -66,7 +66,7 @@
extensions: ["colours_operators"]
},
{
opcode: 'Logic_XNOR',
opcode: "Logic_XNOR",
blockType: Scratch.BlockType.BOOLEAN,
text: "[A] XNOR [B]",
arguments: {
Expand All @@ -80,7 +80,7 @@
extensions: ["colours_operators"]
},
{
opcode: 'Logic_IMPLY',
opcode: "Logic_IMPLY",
blockType: Scratch.BlockType.BOOLEAN,
text: "[A] IMPLY [B]",
arguments: {
Expand All @@ -94,7 +94,7 @@
extensions: ["colours_operators"]
},
{
opcode: 'Logic_NIMPLY',
opcode: "Logic_NIMPLY",
blockType: Scratch.BlockType.BOOLEAN,
text: "[A] NIMPLY [B]",
arguments: {
Expand Down

0 comments on commit 010cdc9

Please sign in to comment.