Skip to content

Commit

Permalink
Somebody (@holzmaster) forgot to format code
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Jul 28, 2024
1 parent cef2900 commit 5a0f8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/instagram.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ describe("instagram pattern matching", () => {
"https://www.instagram.com/p/CfOCQKhj7UC/",
"https://www.instagram.com/tv/CfOBVIsFpyg",
],
"https://www.instagram.com/reel/C98-NW9oz_p/": "https://www.instagram.com/reel/C98-NW9oz_p/",
"https://www.instagram.com/reel/C98-NW9oz_p/":
"https://www.instagram.com/reel/C98-NW9oz_p/",
};

for (const [message, result] of Object.entries(tests)) {
Expand Down

0 comments on commit 5a0f8a2

Please sign in to comment.