Skip to content

Commit 2b7e81e

Browse files
committed
fix newline
1 parent 467dd8e commit 2b7e81e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

test/fixtures/04-with-parameter/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
target/
1+
target/

test/fixtures/04-with-parameter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ vercel_runtime = { version = "*" }
1313

1414
[[bin]]
1515
name = "_id_"
16-
path = "api/user/[id].rs"
16+
path = "api/user/[id].rs"

0 commit comments

Comments
 (0)