Skip to content

Commit 9160056

Browse files
committed
fix: run pnpm format
1 parent 9cb6f44 commit 9160056

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { redirect } from '@sveltejs/kit';
22

33
export function load() {
4-
redirect(301, 'https://raw.githubusercontent.com/appwrite/sdk-for-cli/refs/heads/master/install.ps1');
4+
redirect(
5+
301,
6+
'https://raw.githubusercontent.com/appwrite/sdk-for-cli/refs/heads/master/install.ps1'
7+
);
58
}

0 commit comments

Comments
 (0)