Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Technickel-Dev committed Oct 17, 2022
1 parent bef9d03 commit ee9f0ba
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,17 +1060,7 @@ export function createPet(
string,
number,
string,
] = [
el,
collision,
speech,
size,
left,
bottom,
petRoot,
floor,
name,
];
] = [el, collision, speech, size, left, bottom, petRoot, floor, name];

switch (petType) {
case PetType.cat:
Expand Down

0 comments on commit ee9f0ba

Please sign in to comment.