Skip to content

Commit 6effca4

Browse files
committed
chore: coding standards
1 parent d86c519 commit 6effca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/app/routes/preview[.png].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export async function loader({ context }: Route.LoaderArgs) {
2020
search.set("h", "315");
2121
search.set("src", image.url);
2222
return {
23-
...image,
24-
url: context.mainConfig.origin + "/img" + "?" + search.toString(),
23+
...image,
24+
url: context.mainConfig.origin + "/img" + "?" + search.toString(),
2525
};
2626
});
2727

0 commit comments

Comments
 (0)