Skip to content

Commit

Permalink
chore: Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Aug 7, 2024
1 parent 919224f commit 923998d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/cli/src/config/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,10 @@ mod tests {
("https://wasmer.io/", "https://registry.wasmer.io/graphql"),
("https://wasmer.wtf/", "https://registry.wasmer.wtf/graphql"),
("https://wasmer.wtf/", "https://registry.wasmer.wtf/graphql"),
("https://wasmer.wtf/", "https://registry.wasmer.wtf/something/else"),
(
"https://wasmer.wtf/",
"https://registry.wasmer.wtf/something/else",
),
("https://wasmer.wtf/", "https://wasmer.wtf/graphql"),
("https://wasmer.wtf/", "https://wasmer.wtf/graphql"),
("http://localhost:8000/", "http://localhost:8000/graphql"),
Expand Down

0 comments on commit 923998d

Please sign in to comment.