Skip to content

Commit 61cb15a

Browse files
authored
chore: delete unnecessary whitespace (#2394)
1 parent 04579c0 commit 61cb15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tasks:
3939
HOST: '{{default "localhost" .HOST}}'
4040
PORT: '{{default "3001" .PORT}}'
4141
cmds:
42-
- pnpm preview --host={{.HOST}} --port={{.PORT}}
42+
- pnpm preview --host={{.HOST}} --port={{.PORT}}
4343

4444
clean:
4545
desc: Clean temp directories

0 commit comments

Comments
 (0)